Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / SetCursor Method
The cursor

In This Topic
    SetCursor Method
    In This Topic
    Sets the cursor.
    Syntax
    'Declaration
     
    Public Sub SetCursor( _
       ByVal cursor As Cursor _
    ) 
    public void SetCursor( 
       Cursor cursor
    )

    Parameters

    cursor
    The cursor
    Remarks
    If ViewportLayoutBase.Renderer is different from rendererType.Native, use ViewportLayoutBase.SetCursor(Stream) (WPF only)
    See Also

    Reference

    ViewportLayout Class
    ViewportLayout Members
    Renderer Property
    ViewportLayoutBase.SetCursor(Stream)