Grasshopper API
GH_CursorServerResetCursor Method |
Reset the cursor of the given control to default.
Namespace: Grasshopper.GUI
Assembly: Grasshopper (in Grasshopper.dll)
public bool ResetCursor( Control control )
Public Function ResetCursor ( control As Control ) As Boolean
Parameters
- control
- Type: System.Windows.FormsControl
Control to reset.
Return Value
Type: BooleanTrue if control was successfully reset, false if iControl is a null reference.