ImageGear for .NET
Selected Property (IImGearThumbnailItem)




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback