Accusoft.ThumbnailXpress6.Net
SelectionMode Property




Gets and sets the item selection mode for the control.
Syntax
'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
[Description("Indicates the item selection mode for the control.")]
[Category("ThumbnailXpress")]
[Browsable(true)]
public SelectionMode SelectionMode {get; set;}
[Description("Indicates the item selection mode for the control.")]
[Category("ThumbnailXpress")]
[Browsable(true)]
public: __property SelectionMode get_SelectionMode();
public: __property void set_SelectionMode( 
   SelectionMode value
);
[Description("Indicates the item selection mode for the control.")]
[Category("ThumbnailXpress")]
[Browsable(true)]
public:
property SelectionMode SelectionMode {
   SelectionMode get();
   void set (    SelectionMode value);
}

Property Value

The SelectionMode enumeration value.
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback