LEADTOOLS Windows Forms (Leadtools.WinForms assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
RasterImageListSelectionMode Enumeration
See Also  
Leadtools.WinForms Namespace : RasterImageListSelectionMode Enumeration



Values for the RasterImageList.SelectionMode property.

Syntax

Visual Basic (Declaration) 
Public Enum RasterImageListSelectionMode 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As RasterImageListSelectionMode
C# 
public enum RasterImageListSelectionMode : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class RasterImageListSelectionMode : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
MultiAutomatic selection of multiple items is enabled. The user can select multiple items using the mouse and the CTRL and SHIFT keys.
NoneAutomatic selection is disabled, selection is manual
SingleAutomatic selection of single items is enabled

Example

For an example, refer to RasterImageList.SelectionMode.

Remarks

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.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also