Click or drag to resize

DisplayConduitOnEnable Method

Called when the enabled state changes for this class instance

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
protected virtual void OnEnable(
	bool enable
)

Parameters

enable
Type: SystemBoolean

[Missing <param name="enable"/> documentation for "M:Rhino.Display.DisplayConduit.OnEnable(System.Boolean)"]

See Also