Panels.ChangePanelIcon Method

PanelsChangePanelIcon Method

Update the icon used for a panel tab.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static void ChangePanelIcon(
	Type panelType,
	Icon icon
)
Public Shared Sub ChangePanelIcon ( 
	panelType As Type,
	icon As Icon
)

Parameters

panelType
Type: SystemType

[Missing <param name="panelType"/> documentation for "M:Rhino.UI.Panels.ChangePanelIcon(System.Type,System.Drawing.Icon)"]

icon
Type: System.DrawingIcon
New icon to use
Version Information

Rhino for Windows

Supported in: 6.14
See Also