Click or drag to resize

PanelsChangePanelIcon Method (Type, Icon)

Update the icon used for a panel tab.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static void ChangePanelIcon(
	Type panelType,
	Icon 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
See Also