GH_TooltipDisplayEventArgs.Icon Property

GH_TooltipDisplayEventArgsIcon Property

Gets or sets the icon that is displayed in the upper left hand corner of the tooltip. This field is optional.

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_TooltipDisplayEventArgs.Icon"]

See Also