Click or drag to resize

PanelsOpenPanel Method

Overload List
  NameDescription
Public methodStatic memberOpenPanel(Guid)
Open the specified panel in its current or default location and if it is in a dock bar containing more than one tab, make it the current tab.
Public methodStatic memberOpenPanel(Type)
Open the specified panel in its current or default location and if it is in a dock bar containing more than one tab, make it the current tab.
Public methodStatic memberOpenPanel(Guid, Boolean)
Open the specified panel in its current or default location and if it is in a dock bar containing more than one tab, make it the current tab.
Public methodStatic memberOpenPanel(Guid, Guid)
In Mac Rhino this will just call the version of OpenPanel that takes a class type Id. In Windows Rhino this will look for a dock bar with the specified Id and open or move the specified panel to that dock bar.
Public methodStatic memberOpenPanel(Guid, Type)
In Mac Rhino this will just call the version of OpenPanel that takes a class type Id. In Windows Rhino this will look for a dock bar with the specified Id and open or move the specified panel to that dock bar.
Public methodStatic memberOpenPanel(Type, Boolean)
Open the specified panel in its current or default location and if it is in a dock bar containing more than one tab, make it the current tab.
Public methodStatic memberOpenPanel(Guid, Guid, Boolean)
In Mac Rhino this will just call the version of OpenPanel that takes a class type Id. In Windows Rhino this will look for a dock bar with the specified Id and open or move the specified panel to that dock bar.
Public methodStatic memberOpenPanel(Guid, Type, Boolean)
In Mac Rhino this will just call the version of OpenPanel that takes a class type Id. In Windows Rhino this will look for a dock bar with the specified Id and open or move the specified panel to that dock bar.
Top
See Also