Visual Basic (Declaration) | |
---|---|
Public Enum RasterImageListSelectionMode Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum RasterImageListSelectionMode : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum RasterImageListSelectionMode : public Enum |
C++/CLI | |
---|---|
public enum class RasterImageListSelectionMode : public Enum |
Member | Description |
---|---|
None | Automatic selection is disabled, selection is manual |
Single | Automatic selection of single items is enabled |
Multi | Automatic selection of multiple items is enabled. The user can select multiple items using the mouse and the CTRL and SHIFT keys. |
For an example, refer to RasterImageList.SelectionMode.
Specifies whether or not automatic item selection is allowed. If automatic item selection is enabled,
items are automatically selected and de-selected when the user clicks on them using the mouse.
System.Object
System.ValueType
System.Enum
Leadtools.WinForms.RasterImageListSelectionMode
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family