Search
PointerController.DisallowCursor Method
See Also
 





Gets the mouse cursor to display when operation is not allowed.

Namespace: MindFusion.Diagramming.Wpf.Controllers
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public virtual CursorHint DisallowCursor ()

Visual Basic  Copy Code

Public Overridable Function DisallowCursor () As CursorHint

 Return Value

A member of the CursorHint enumeration.

 See Also