Share via


RibbonGallery.HighlightedItem Property

Gets the item that is currently highlighted.

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

Syntax

'Declaration
Public Property HighlightedItem As Object
public Object HighlightedItem { get; internal set; }
public:
property Object^ HighlightedItem {
    Object^ get ();
    internal: void set (Object^ value);
}
member HighlightedItem : Object with get, internal set
function get HighlightedItem () : Object
internal function set HighlightedItem (value : Object)

Property Value

Type: System.Object
The item that is currently highlighted. The default is nulla null reference (Nothing in Visual Basic).

Dependency Property Information

Identifier field

HighlightedItemProperty

Metadata properties set to true

None

.NET Framework Security

See Also

Reference

RibbonGallery Class

Microsoft.Windows.Controls.Ribbon Namespace