WELD AE

Button

A button control is a very simple control and allows the user to tell the application to take a specified action.

Button Properties

  • Base
    • Text
    • bgColor
    • fgColor
    • Enabled
    • Visible
  • Location
    • Top
    • Left
    • Width
    • Height
  • Label
    • LabelText
    • LabelWidth
    • LablebgColor
    • LabelfgColor

Events

  • onClick
  • onMouseOver
  • onMouseOut
  • onFocus
  • onBlur