Grasshopper API
GH_ComponentServerAddCategoryIcon Method |
Add an icon for a tab category. 16x16 images are required.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public void AddCategoryIcon( string fullCategoryName, Bitmap icon )
Public Sub AddCategoryIcon ( fullCategoryName As String, icon As Bitmap )
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).
