PreviousNextIndex

Enumeration member access


(Windows only; GUI for .NET only)

References a .NET enumeration member in order to read its value.

Syntax

type-name : enum-member 

type-name
enum-member
Example

To set the background color of a button (button1) to the known system color, aqua, you might enter this ABL code to set the BackColor button property to the value of the appropriate System.Drawing.KnownColor enumeration member:

button1:BackColor = System.Drawing.KnownColor:Aqua. 

Notes
See also

Progress.Util.EnumHelper class


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex