'Declaration Public Enum ItemSelectionMode Inherits System.Enum
public enum ItemSelectionMode : System.Enum
__value public enum ItemSelectionMode : public System.Enum
public enum class ItemSelectionMode : public System.Enum
'Declaration Public Enum ItemSelectionMode Inherits System.Enum
public enum ItemSelectionMode : System.Enum
__value public enum ItemSelectionMode : public System.Enum
public enum class ItemSelectionMode : public System.Enum
Member | Description |
---|---|
Replace | Selection replaces to the specified selection. Mode corresponds to the selection behavior without pressed key modifiers. |
Invert | Inverts items from specified selection. Mode corresponds to the selection behavior with pressed Ctrl key. |
ClearAndAddRange | Selection must be cleared, range of items must be added to the selection. Mode corresponds to the selection behavior with pressed Shift key. |
AddRange | Range of items must be added to the selection. Mode corresponds to the selection behavior with pressed Ctrl+Shift key. |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Imaging.Utils.ItemSelectionMode
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5