OpenEdge GUI ABL widgets mapped to similar .NET forms and controls
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The following table lists each ABL widget from the OpenEdge GUI together with one or more similar .NET forms and controls available with the OpenEdge GUI for .NET, including both the Microsoft .NET GUI Controls and the OpenEdge Ultra Controls for .NET. For a short description of any control that OpenEdge installs as a design component with the Visual Designer, see Implicit data type mapping between ABL primitive and .NET types entries.
| ABL Widget | Similar OpenEdge GUI for .NET forms and controls |
|---|---|
BROWSE |
System.Windows.Forms.DataGridView
|
BUTTON |
System.Windows.Forms.Button
|
COMBO-BOX |
System.Windows.Forms.ComboBox
|
CONTROL-FRAME |
Progress.Windows.Form
|
DIALOG-BOX |
Progress.Windows.Form
|
EDITOR |
System.Windows.Forms.TextBox
|
FIELD-GROUP |
— |
FILL-IN |
System.Windows.Forms.DateTimePicker
|
FRAME |
Progress.Windows.UserControl
|
IMAGE |
System.Windows.Forms.ImageList
|
LITERAL |
System.Windows.Forms.Label
|
MENU MENU-ITEM SUB-MENU |
System.Windows.Forms.ContextMenuStrip
|
RADIO-SET |
System.Windows.Forms.RadioButton
|
RECTANGLE |
System.Drawing.Rectangle1
|
SELECTION-LIST |
System.Windows.Forms.ListView
|
SLIDER |
System.Windows.Forms.TrackBar1 |
TEXT |
System.Windows.Forms.Label
|
TOGGLE-BOX |
System.Windows.Forms.CheckBox
|
WINDOW |
Progress.Windows.Form
|