Click or drag to resize

HostUtilsDisplayOleAlerts Method

Defines if Ole alerts ("Server busy") alerts should be visualized.

This function makes no sense on Mono.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static void DisplayOleAlerts(
	bool display
)

Parameters

display
Type: SystemBoolean
Whether alerts should be visible.
See Also