'Declaration
<ImGearFilterAttribute()>
<CategoryAttribute("Behavior")>
<DescriptionAttribute("Determines whether the user can select multiple Thumbnail items at the same time.")>
Public Property SelectionMode As SelectionMode
'Usage
Dim instance As ImGearThumbnailCtl
Dim value As SelectionMode
instance.SelectionMode = value
value = instance.SelectionMode
[ImGearFilterAttribute()]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Determines whether the user can select multiple Thumbnail items at the same time.")]
public SelectionMode SelectionMode {get; set;}
[ImGearFilterAttribute()]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Determines whether the user can select multiple Thumbnail items at the same time.")]
public: __property SelectionMode get_SelectionMode();
public: __property void set_SelectionMode(
SelectionMode value
);
[ImGearFilterAttribute()]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Determines whether the user can select multiple Thumbnail items at the same time.")]
public:
property SelectionMode SelectionMode {
SelectionMode get();
void set ( SelectionMode value);
}