Accusoft.ThumbnailXpress6.Net
SelectionMode Property




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

Property Value

The SelectionMode enumeration value.
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback