'Declaration
<DescriptionAttribute("Indicates the item selection mode for the control.")>
<CategoryAttribute("ThumbnailXpress")>
<BrowsableAttribute(True)>
Public Property SelectionMode As SelectionMode
'Usage
Dim instance As ThumbnailXpress
Dim value As SelectionMode
instance.SelectionMode = value
value = instance.SelectionMode
[DescriptionAttribute("Indicates the item selection mode for the control.")]
[CategoryAttribute("ThumbnailXpress")]
[BrowsableAttribute(true)]
public SelectionMode SelectionMode {get; set;}
[DescriptionAttribute("Indicates the item selection mode for the control.")]
[CategoryAttribute("ThumbnailXpress")]
[BrowsableAttribute(true)]
public: __property SelectionMode get_SelectionMode();
public: __property void set_SelectionMode(
SelectionMode value
);
[DescriptionAttribute("Indicates the item selection mode for the control.")]
[CategoryAttribute("ThumbnailXpress")]
[BrowsableAttribute(true)]
public:
property SelectionMode SelectionMode {
SelectionMode get();
void set ( SelectionMode value);
}