| Visual Basic (Declaration) | |
|---|---|
Public Enum RasterImageListSelectionMode Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RasterImageListSelectionMode | |
| C# | |
|---|---|
public enum RasterImageListSelectionMode : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class RasterImageListSelectionMode : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Multi | Automatic selection of multiple items is enabled. The user can select multiple items using the mouse and the CTRL and SHIFT keys. |
| None | Automatic selection is disabled, selection is manual |
| Single | Automatic selection of single items is enabled |
For an example, refer to RasterImageList.SelectionMode.
Specifies whether 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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code