Click or drag to resize

ControlBaseGetEnumJavascript Method

Gets the javascript to define an enum

Namespace:  Cadcorp.Web.UI
Assembly:  Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
protected string GetEnumJavascript(
	Type enumType
)

Parameters

enumType
Type: SystemType
The type for the enum

Return Value

Type: String
The javascript representation of the enum
See Also