ImageGear .NET - Updated
Highlighted Property (ImGearThumbnailItem)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailItem Class : Highlighted Property
Gets or sets a value indicating whether item is highlighted.
Syntax
'Declaration
 
Public Property Highlighted As Boolean
'Usage
 
Dim instance As ImGearThumbnailItem
Dim value As Boolean
 
instance.Highlighted = value
 
value = instance.Highlighted
public bool Highlighted {get; set;}
public: __property bool get_Highlighted();
public: __property void set_Highlighted( 
   bool value
);
public:
property bool Highlighted {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
See Also

Reference

ImGearThumbnailItem Class
ImGearThumbnailItem Members