Click or drag to resize

GH_ComponentServerAddCategoryIcon Method

Add an icon for a tab category. 16x16 images are required.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void AddCategoryIcon(
	string fullCategoryName,
	Bitmap icon
)

Parameters

fullCategoryName
Type: SystemString
The full name of the category.
icon
Type: System.DrawingBitmap
the icon to display on the tab (has to be a 16x16 image).
See Also