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
Syntaxpublic static void ClearKeyboardFocus(
RhinoDoc doc
)
Public Shared Sub ClearKeyboardFocus (
doc As RhinoDoc
)
Parameters
- doc
- Type: RhinoRhinoDoc
Document to redraw. This can be null.
See Also