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