RibbonGalleryItem::IsHighlighted Property

.NET Framework (current version)
 

Gets a value that indicates whether this item is highlighted.

Namespace:   System.Windows.Controls.Ribbon
Assembly:  System.Windows.Controls.Ribbon (in System.Windows.Controls.Ribbon.dll)

public:
property bool IsHighlighted {
	bool get();
	internal: void set(bool value);
}

Property Value

Type: System::Boolean

true if this item is highlighted; otherwise, false. The default is false.

Identifier field

IsHighlightedProperty

Metadata properties set to true

None

.NET Framework
Available since 4.5
Return to top
Show: