GH_DocumentObject.SetIconOverride Method |
Set a new custom icon override for this object.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic void SetIconOverride(
Bitmap customIcon
)
Public Sub SetIconOverride (
customIcon As Bitmap
)
Parameters
- customIcon
- Type: System.Drawing.Bitmap
Icon override. Should be a 24x24 image.
See Also