Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
RasterImageListSelectionMode Enumeration
See Also  
Leadtools.WinForms Namespace : RasterImageListSelectionMode Enumeration




Values for the RasterImageList.SelectionMode property.

Syntax

Visual Basic (Declaration) 
Public Enum RasterImageListSelectionMode 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RasterImageListSelectionMode
C# 
public enum RasterImageListSelectionMode : Enum 
Managed Extensions for C++ 
__value public enum RasterImageListSelectionMode : public Enum 
C++/CLI 
public enum class RasterImageListSelectionMode : public Enum 

Members

MemberDescription
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.

Example

For an example, refer to RasterImageList.SelectionMode.

Remarks

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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.WinForms.RasterImageListSelectionMode

Requirements

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

See Also