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




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > IImGearThumbnailItem Interface : Selected Property
Gets or sets a value indicating whether item is selected.
Syntax
'Declaration
 
Property Selected As Boolean
'Usage
 
Dim instance As IImGearThumbnailItem
Dim value As Boolean
 
instance.Selected = value
 
value = instance.Selected
bool Selected {get; set;}
__property bool get_Selected();
__property void set_Selected( 
   bool value
);
property bool Selected {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
See Also

Reference

IImGearThumbnailItem Interface
IImGearThumbnailItem Members