ShowPanelEventArgs Constructor

ShowPanelEventArgs Constructor

Initializes a new instance of the ShowPanelEventArgs class

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

Parameters

panelId
Type: SystemGuid

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

documentSerialNumber
Type: SystemUInt32

[Missing <param name="documentSerialNumber"/> documentation for "M:Rhino.UI.ShowPanelEventArgs.#ctor(System.Guid,System.UInt32,System.Boolean)"]

show
Type: SystemBoolean

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

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also