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

In This Topic
    waitCursorType Enumeration
    In This Topic
    Viewport wait cursor type.
    Syntax
    'Declaration
     
    Public Enum waitCursorType 
       Inherits System.Enum
    public enum waitCursorType : System.Enum 
    Members
    MemberDescription
    BoundingBoxOnly Wait cursor will only be displayed during model's bounding box update
    Never Wait cursor will never be displayed
    RegenAndBoundingBox Wait cursor will be displayed during entity regeneration and model's bounding box update
    RegenOnly Wait cursor will only be displayed during entity regeneration
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Eyeshot.waitCursorType

    See Also