←Select platform

SelectionMode Property (RasterThumbnailBrowser)

Summary

Gets or sets whether automatic item selection is allowed.

Syntax

C#
VB
C++
[CategoryAttribute("Behavior")] 
[DescriptionAttribute("Indicates if the control is to be single-select, multi-select or unselectable.")] 
public Leadtools.Winforms.RasterImageListSelectionMode SelectionMode {get; set;} 
<CategoryAttribute("Behavior")> 
<DescriptionAttribute("Indicates if the control is to be single-select, multi-select or unselectable.")> 
Public Property SelectionMode As Leadtools.Winforms.RasterImageListSelectionMode 
[CategoryAttribute("Behavior")] 
[DescriptionAttribute("Indicates if the control is to be single-select, multi-select or unselectable.")] 
public: 
property Leadtools.Winforms.RasterImageListSelectionMode SelectionMode { 
   Leadtools.Winforms.RasterImageListSelectionMode get(); 
   void set (    Leadtools.Winforms.RasterImageListSelectionMode ); 
} 

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

This example shows how to perform manual selection on a RasterImageList control.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.WinForms Assembly
Click or drag to resize