Eyeshot 10 WinForms API Reference
CursorTypes Property

WinForms Assembly > devDept.Eyeshot Namespace > ViewportLayout Class : CursorTypes Property
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

Reference

ViewportLayout Class
ViewportLayout Members