ImageGear .NET v24.12 - Updated
Highlighted Property (IImGearThumbnailItem)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > IImGearThumbnailItem Interface : Highlighted Property
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

Reference

IImGearThumbnailItem Interface
IImGearThumbnailItem Members