Click or drag to resize

RenderTabsRegisterTab Method

Overload List
  NameDescription
Public methodRegisterTab(PlugIn, Type, String, Icon) Obsolete.
Register custom render user interface with Rhino. This should only be done in RegisterRenderTabs(RenderTabs). Panels registered after RegisterRenderTabs(RenderTabs) is called will be ignored. If the class includes a public method "void DoHelp()" the method will get called when F1 is pressed and the custom tab is active.
Public methodRegisterTab(PlugIn, Type, Guid, String, Icon)
Top
See Also