Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / CursorTypes Property

In This Topic
    CursorTypes Property
    In This Topic
    The cursor types dictionary.
    Syntax
    'Declaration
     
    Public ReadOnly Property CursorTypes As Dictionary(Of cursorType,Cursor)
    public Dictionary<cursorType,Cursor> CursorTypes {get;}
    Remarks
    If ViewportLayoutBase.Renderer is different from rendererType.Native, use the %ViewportLayoutBase.SetCursor(cursorType, Stream)% instead (WPF Eyeshot control only)
    See Also