Highlighted Property (IImGearThumbnailItem)
In This Topic
Gets or sets a value indicating whether item is highlighted.
Syntax
'Declaration
Property Highlighted As Boolean
'Usage
Dim instance As IImGearThumbnailItem
Dim value As Boolean
instance.Highlighted = value
value = instance.Highlighted
bool Highlighted {get; set;}
__property bool get_Highlighted();
__property void set_Highlighted(
bool value
);
property bool Highlighted {
bool get();
void set ( bool value);
}
Property Value
Boolean value.
See Also