GH_ActiveObject.IconCapableUI Property

GH_ActiveObjectIconCapableUI Property

By default the NickName menu item supports the Icon Mode override toggle. If your UI is not capable of displaying icons, then override this property and return False.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public virtual bool IconCapableUI { get; }
Public Overridable ReadOnly Property IconCapableUI As Boolean
	Get

Property Value

Type: Boolean

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_ActiveObject.IconCapableUI"]

See Also