LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

SelectionMode Property (RasterThumbnailBrowser)






Gets or sets whether automatic item selection is allowed.
Syntax
[DescriptionAttribute("Indicates if the control is to be single-select, multi-select or unselectable.")]
[CategoryAttribute("Behavior")]
public RasterImageListSelectionMode SelectionMode {get; set;}
'Declaration
 
<DescriptionAttribute("Indicates if the control is to be single-select, multi-select or unselectable.")>
<CategoryAttribute("Behavior")>
Public Property SelectionMode As RasterImageListSelectionMode
'Usage
 
Dim instance As RasterThumbnailBrowser
Dim value As RasterImageListSelectionMode
 
instance.SelectionMode = value
 
value = instance.SelectionMode
[DescriptionAttribute("Indicates if the control is to be single-select, multi-select or unselectable.")]
[CategoryAttribute("Behavior")]
public RasterImageListSelectionMode SelectionMode {get; set;}
DescriptionAttribute("Indicates if the control is to be single-select, multi-select or unselectable.")
CategoryAttribute("Behavior")
 get_SelectionMode();
set_SelectionMode(value);
[DescriptionAttribute("Indicates if the control is to be single-select, multi-select or unselectable.")]
[CategoryAttribute("Behavior")]
public:
property RasterImageListSelectionMode SelectionMode {
   RasterImageListSelectionMode get();
   void set (    RasterImageListSelectionMode value);
}

Property Value

An RasterImageListSelectionMode enumeration that indicates whether automatic item selection is allowed. Default value is RasterImageListSelectionMode.Single.
Remarks

If automatic item selection is enabled, items are automatically selected and de-selected when the user clicks on them using the mouse or when moving the current selected item using the keyboard.

For more information, refer to the RasterImageListSelectionMode enumeration.

Example
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterThumbnailBrowser Class
RasterThumbnailBrowser Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.