Gets or sets a value indicating whether multiple selection is allowed.
Syntax
'Declaration
<CategoryAttribute("Behavior")>
<DescriptionAttribute("Determines whether the user can select multiple Thumbnail items at the same time.")>
Public Property MultiSelect As Boolean
'Usage
Dim instance As ImGearThumbnailCtl
Dim value As Boolean
instance.MultiSelect = value
value = instance.MultiSelect
[Category("Behavior")]
[Description("Determines whether the user can select multiple Thumbnail items at the same time.")]
public bool MultiSelect {get; set;}
[Category("Behavior")]
[Description("Determines whether the user can select multiple Thumbnail items at the same time.")]
public: __property bool get_MultiSelect();
public: __property void set_MultiSelect(
bool value
);
[Category("Behavior")]
[Description("Determines whether the user can select multiple Thumbnail items at the same time.")]
public:
property bool MultiSelect {
bool get();
void set ( bool value);
}
Property Value
Boolean value.
See Also