VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / ItemSelectionMode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    ItemSelectionMode Enumeration
    In This Topic
    Specifies available items selection mode.
    Syntax
    '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
    
    
    Members
    MemberDescription
    ReplaceSelection replaces to the specified selection.

    Mode corresponds to the selection behavior without pressed key modifiers.
    InvertInverts items from specified selection.

    Mode corresponds to the selection behavior with pressed Ctrl key.
    ClearAndAddRangeSelection must be cleared, range of items must be added to the selection.

    Mode corresponds to the selection behavior with pressed Shift key.
    AddRangeRange of items must be added to the selection.

    Mode corresponds to the selection behavior with pressed Ctrl+Shift key.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Utils.ItemSelectionMode

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also