Panels.OnShowPanel Method

PanelsOnShowPanel Method

Call this method to raise the Show event

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static void OnShowPanel(
	Guid panelId,
	uint documentSerialNumber,
	bool show
)
Public Shared Sub OnShowPanel ( 
	panelId As Guid,
	documentSerialNumber As UInteger,
	show As Boolean
)

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)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also