Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
|
Metadata properties set to true |
None |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.