Click or drag to resize

PanelsRegisterPanel Method

Overload List
  NameDescription
Public methodStatic memberRegisterPanel(PlugIn, Type, String, Icon)
You typically register your panel class in your plug-in's OnLoad function. This will register your custom call with Rhino, Rhino will create an instance of your class the first time your panel is created and embed this instance of your class in a panel container.
Public methodStatic memberRegisterPanel(PlugIn, Type, String, Icon, PanelType)
Call once to register a panel type which will get dynamically created and embedded in a Rhino docking/floating location.
Public methodStatic memberRegisterPanel(PlugIn, Type, String, Assembly, String, PanelType)
You typically register your panel class in your plug-in's OnLoad function. This will register your custom call with Rhino, Rhino will create an instance of your class the first time your panel is created and embed this instance of your class in a panel container.
Top
See Also