Click or drag to resize

IPanelPanelShown Method

[Missing <summary> documentation for "M:Rhino.UI.IPanel.PanelShown(System.UInt32,Rhino.UI.ShowPanelReason)"]

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
void PanelShown(
	uint documentSerialNumber,
	ShowPanelReason reason
)

Parameters

documentSerialNumber
Type: SystemUInt32

[Missing <param name="documentSerialNumber"/> documentation for "M:Rhino.UI.IPanel.PanelShown(System.UInt32,Rhino.UI.ShowPanelReason)"]

reason
Type: Rhino.UIShowPanelReason

[Missing <param name="reason"/> documentation for "M:Rhino.UI.IPanel.PanelShown(System.UInt32,Rhino.UI.ShowPanelReason)"]

See Also