MultiSelect Property (IImGearThumbnailCtl)
In This Topic
Gets or sets a value indicating whether multiple selection is allowed.
Syntax
'Declaration
Property MultiSelect As Boolean
'Usage
Dim instance As IImGearThumbnailCtl
Dim value As Boolean
instance.MultiSelect = value
value = instance.MultiSelect
bool MultiSelect {get; set;}
__property bool get_MultiSelect();
__property void set_MultiSelect(
bool value
);
property bool MultiSelect {
bool get();
void set ( bool value);
}
Property Value
Boolean value.
See Also