Click or drag to resize

RhinoAppSetFocusToMainWindow Method (RhinoDoc)

Sets the focus to the main windows for a given document

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.16
Syntax
public static void SetFocusToMainWindow(
	RhinoDoc doc
)

Parameters

doc
Type: RhinoRhinoDoc
the document to use for determining a "main window"
See Also