ImageGear Professional v18.2 > API Reference Guide > GUI Component API Reference > GUI Component Objects > IGGUITNItem Object > IGGUITNItem Properties > Selected Property |
Gets and sets whether or not the item is selected. If MultiSelect Property = False, then only one IGGUITNItem can be selected at a time - in that case, setting Selected to True for any one item automatically sets the value to False for all others. If MultiSelect Property= True, then many IGGUITNItems can be selected at a time - in that case, setting Selected to True for any one item has no effect on the others.
When the user clicks on a thumbnail in the control, the Selected property for the corresponding item is automatically set to True. This, in turn, causes the DblClick Event to be fired. Depending on MultiSelect Property, as above, the rest of the IGGUITNItem Selected properties may or may not be set to False.
Read-write property
Boolean
Default Value: False
Valid Values: False, True
N/A
ig_guiwin_vb6.exe