Click or drag to resize

EAPUtilIsUIHidden Method

Determine if the specified enumeration item has its UIHidden attribute set.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static bool IsUIHidden(
	Type enumType,
	string name
)

Parameters

enumType
Type: SystemType
The enumeration type itself.
name
Type: SystemString
The name of the enumeration item within the enumeration.

Return Value

Type: Boolean
True if UIHidden, else false.
See Also