RibbonMenuItem.QuickAccessToolBarImageSource Property

Definition

Gets or sets the image that is displayed on the control when it is hosted in the Quick Access Toolbar.

public:
 property System::Windows::Media::ImageSource ^ QuickAccessToolBarImageSource { System::Windows::Media::ImageSource ^ get(); void set(System::Windows::Media::ImageSource ^ value); };
public System.Windows.Media.ImageSource QuickAccessToolBarImageSource { get; set; }
member this.QuickAccessToolBarImageSource : System.Windows.Media.ImageSource with get, set
Public Property QuickAccessToolBarImageSource As ImageSource

Property Value

The image that is displayed on the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.

Remarks

If this property is null, the ImageSource property is used when the menu item is hosted in the Quick Access Toolbar.

Dependency Property Information

Identifier field QuickAccessToolBarImageSourceProperty
Metadata properties set to true None

Applies to

See also