GH_IconPicker.Icon Property

GH_IconPickerIcon Property

Gets or sets the icon to be displayed in this picker.

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public Bitmap Icon { get; set; }
Public Property Icon As Bitmap
	Get
	Set

Property Value

Type: Bitmap

[Missing <value> documentation for "P:Grasshopper.GUI.GH_IconPicker.Icon"]

See Also