GH_Attributes(T).IsIconMode Method

GH_AttributesTIsIconMode Method

Utility function for determining Icon display modes. If the supplied mode is ::application, then it will be adjusted to match the current app settings.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
protected static bool IsIconMode(
	GH_IconDisplayMode mode
)
Protected Shared Function IsIconMode ( 
	mode As GH_IconDisplayMode
) As Boolean

Parameters

mode
Type: Grasshopper.KernelGH_IconDisplayMode

Return Value

Type: Boolean
See Also