Click or drag to resize

UserInterfaceObjectBaseClearKeyboardFocus Method

Take keyboard focus away from whichever user interface object has it, so that typing goes to the command line again.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public static void ClearKeyboardFocus(
	RhinoDoc doc
)

Parameters

doc
Type: RhinoRhinoDoc
Document to redraw. This can be null.
See Also