Click or drag to resize

RhinoCoreDoEvents Method

If a Rhino owned window is active processes all Windows messages currently in the message queue.

Namespace:  Rhino.Runtime.InProcess
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public bool DoEvents()

Return Value

Type: Boolean
Returns true if a Rhino owned window is still active or Idle tasks are pending.
See Also