Click or drag to resize

UserInterfaceTextBoxTakeKeyboardFocus Method

Give this text box keyboard focus, as clicking it does

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

Parameters

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