Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.WinForms Namespace > RasterThumbnailBrowser Class : SelectionMode Property |
[CategoryAttribute("Behavior")] [DescriptionAttribute("Indicates if the control is to be single-select, multi-select or unselectable.")] public RasterImageListSelectionMode SelectionMode {get; set;}
'Declaration <CategoryAttribute("Behavior")> <DescriptionAttribute("Indicates if the control is to be single-select, multi-select or unselectable.")> Public Property SelectionMode As RasterImageListSelectionMode
'Usage Dim instance As RasterThumbnailBrowser Dim value As RasterImageListSelectionMode instance.SelectionMode = value value = instance.SelectionMode
[CategoryAttribute("Behavior")] [DescriptionAttribute("Indicates if the control is to be single-select, multi-select or unselectable.")] public: property RasterImageListSelectionMode SelectionMode { RasterImageListSelectionMode get(); void set ( RasterImageListSelectionMode value); }
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.
This example shows how to perform manual selection on a RasterImageList control.