Share via


RibbonGalleryItem.IsHighlighted Property

Gets a value that indicates whether this item is highlighted.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public Property IsHighlighted As Boolean
public bool IsHighlighted { get; internal set; }
public:
property bool IsHighlighted {
    bool get ();
    internal: void set (bool value);
}
member IsHighlighted : bool with get, internal set
function get IsHighlighted () : boolean
internal function set IsHighlighted (value : boolean)

Property Value

Type: System.Boolean
true if this item is highlighted; otherwise, false. The default is false.

Dependency Property Information

Identifier field

IsHighlightedProperty

Metadata properties set to true

None

.NET Framework Security

See Also

Reference

RibbonGalleryItem Class

Microsoft.Windows.Controls.Ribbon Namespace