←Select platform

RasterImageListSelectionMode Enumeration

Summary

Values for the RasterImageList.SelectionMode property.

Syntax

C#
VB
C++
public enum RasterImageListSelectionMode 
  
Public Enum RasterImageListSelectionMode  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class RasterImageListSelectionMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0NoneAutomatic selection is disabled, selection is manual
1SingleAutomatic selection of single items is enabled
2MultiAutomatic selection of multiple items is enabled. The user can select multiple items using the mouse and the CTRL and SHIFT keys.
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.

Example

For an example, refer to RasterImageList.SelectionMode.

Requirements

Target Platforms

See Also

Reference

Leadtools.WinForms Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly