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)
Syntaxprotected string GetEnumJavascript(
Type enumType
)
Protected Function GetEnumJavascript (
enumType As Type
) As String
Parameters
- enumType
- Type: SystemType
The type for the enum
Return Value
Type:
StringThe javascript representation of the enum
See Also