Enumerations for Console UI

The following enumerations are unique to Console UI properties, or have special considerations in Console UI:
CaseFormatKind
  • defaultCase
  • lower
  • upper
ColorKind
  • black
  • blue
  • cyan
  • defaultColor
  • green
  • magenta
  • red
  • yellow
  • white
Note: The black value for the ColorKind enumeration is valid only for Console UI properties and fields. When used for other types of user interfaces, ColorKind does not include black. In Console UI only, the defaultColor value is the same as white.
EventKind
  • afterDelete
  • afterField
  • afterInsert
  • afterOpenUI
  • afterRow
  • beforeDelete
  • beforeField
  • beforeInsert
  • beforeOpenUI
  • beforeRow
  • menuAction
  • onKey
LineWrapKind
  • character
  • compress
  • word
Note: The compress value for the LineWrapKind enumeration is valid only for Console UI properties and fields. When used for other types of user interfaces, LineWrapKind does not include compress.
WindowAttributeKind
  • color
  • commentLine
  • errorLine
  • formLine
  • highlight
  • intensity
  • menuLine
  • messageLine
  • promptLine

Feedback