Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / selectionStatusType Enumeration

In This Topic
    selectionStatusType Enumeration
    In This Topic
    The selection status type.
    Syntax
    'Declaration
     
    Public Enum selectionStatusType 
       Inherits System.Enum
    public enum selectionStatusType : System.Enum 
    Members
    MemberDescription
    None The item is not selected.
    Permanent The item is selected.
    Temporary The item is temporarily selected during a dynamic selection session.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Eyeshot.selectionStatusType

    See Also