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 |
|
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.