Click or drag to resize

PanelsOnShowPanel Method

Call this method to raise the Show event

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static void OnShowPanel(
	Guid panelId,
	uint documentSerialNumber,
	bool show
)

Parameters

panelId
Type: SystemGuid

[Missing <param name="panelId"/> documentation for "M:Rhino.UI.Panels.OnShowPanel(System.Guid,System.UInt32,System.Boolean)"]

documentSerialNumber
Type: SystemUInt32
The document associated with the shown/hidden panel.
show
Type: SystemBoolean

[Missing <param name="show"/> documentation for "M:Rhino.UI.Panels.OnShowPanel(System.Guid,System.UInt32,System.Boolean)"]

See Also