Click or drag to resize

RenderTabsRegisterTab Method (PlugIn, Type, Guid, String, Icon)

[Missing <summary> documentation for "M:Rhino.Render.RenderTabs.RegisterTab(Rhino.PlugIns.PlugIn,System.Type,System.Guid,System.String,System.Drawing.Icon)"]

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public void RegisterTab(
	PlugIn plugin,
	Type tabType,
	Guid renderEngineId,
	string caption,
	Icon icon
)

Parameters

plugin
Type: Rhino.PlugInsPlugIn

[Missing <param name="plugin"/> documentation for "M:Rhino.Render.RenderTabs.RegisterTab(Rhino.PlugIns.PlugIn,System.Type,System.Guid,System.String,System.Drawing.Icon)"]

tabType
Type: SystemType

[Missing <param name="tabType"/> documentation for "M:Rhino.Render.RenderTabs.RegisterTab(Rhino.PlugIns.PlugIn,System.Type,System.Guid,System.String,System.Drawing.Icon)"]

renderEngineId
Type: SystemGuid

[Missing <param name="renderEngineId"/> documentation for "M:Rhino.Render.RenderTabs.RegisterTab(Rhino.PlugIns.PlugIn,System.Type,System.Guid,System.String,System.Drawing.Icon)"]

caption
Type: SystemString

[Missing <param name="caption"/> documentation for "M:Rhino.Render.RenderTabs.RegisterTab(Rhino.PlugIns.PlugIn,System.Type,System.Guid,System.String,System.Drawing.Icon)"]

icon
Type: System.DrawingIcon

[Missing <param name="icon"/> documentation for "M:Rhino.Render.RenderTabs.RegisterTab(Rhino.PlugIns.PlugIn,System.Type,System.Guid,System.String,System.Drawing.Icon)"]

See Also