Try OpenEdge Now
ABL Reference
Widget Reference
:
TOGGLE-BOX widget
TOGGLE-BOX widget
You can use the toggle box widget to represent a logical value. You can use the
VIEW-AS phrase
to set up a static toggle box, or the
CREATE widget statement
to create a dynamic toggle box. This figure shows five toggle boxes:
Attributes
AUTO-RESIZE attribute
BGCOLOR attribute
1
CHECKED attribute
COLUMN attribute
CONTEXT-HELP-ID attribute
DATA-TYPE attribute
DBNAME attribute
DCOLOR attribute
2
DROP-TARGET attribute
DYNAMIC attribute
FGCOLOR attribute
3
FONT attribute
FORMAT attribute
FRAME attribute
FRAME-COL attribute
FRAME-NAME attribute
FRAME-ROW attribute
FRAME-X attribute
FRAME-Y attribute
HANDLE attribute
4
HEIGHT-CHARS attribute
5
HEIGHT-PIXELS attribute
6
HELP attribute
HIDDEN attribute
HWND attribute
INDEX attribute
INPUT-VALUE attribute
7
INSTANTIATING-PROCEDURE attribute
LABEL attribute
MANUAL-HIGHLIGHT attribute
MENU-KEY attribute
MENU-MOUSE attribute
MODIFIED attribute
MOUSE-POINTER attribute
MOVABLE attribute
NAME attribute
8
NEXT-SIBLING attribute
NEXT-TAB-ITEM attribute
NUM-DROPPED-FILES attribute
PARENT attribute
PFCOLOR attribute
9
POPUP-MENU attribute
PREV-SIBLING attribute
PREV-TAB-ITEM attribute
PRIVATE-DATA attribute
RESIZABLE attribute
ROW attribute
10
SCREEN-VALUE attribute
11
SELECTABLE attribute
SELECTED attribute
SENSITIVE attribute
TABLE attribute
TAB-POSITION attribute
TAB-STOP attribute
TOOLTIP attribute
TYPE attribute
12
VISIBLE attribute
WIDGET-ID attribute
WIDTH-CHARS attribute
13
WIDTH-PIXELS attribute
14
WINDOW attribute
X attribute
15
Y attribute
16
1
This attribute also applies to toggle-box browse columns.
2
This attribute also applies to toggle-box browse columns.
3
This attribute also applies to toggle-box browse columns.
4
This attribute also applies to toggle-box browse columns.
5
This attribute also applies to toggle-box browse columns.
6
This attribute also applies to toggle-box browse columns.
7
This attribute also applies to toggle-box browse columns.
8
This attribute also applies to toggle-box browse columns.
9
This attribute also applies to toggle-box browse columns.
10
This attribute also applies to toggle-box browse columns.
11
This attribute also applies to toggle-box browse columns.
12
This attribute also applies to toggle-box browse columns.
13
This attribute also applies to toggle-box browse columns.
14
This attribute also applies to toggle-box browse columns.
15
This attribute also applies to toggle-box browse columns.
16
This attribute also applies to toggle-box browse columns.
Methods
END-FILE-DROP( ) method
GET-DROPPED-FILE( ) method
LOAD-MOUSE-POINTER( ) method
MOVE-AFTER-TAB-ITEM( ) method
MOVE-BEFORE-TAB-ITEM( ) method
MOVE-TO-BOTTOM( ) method
MOVE-TO-TOP( ) method
VALIDATE( ) method
Events
Defaultkeyboard events
Developer events
Generaldirect manipulation events
Mouse events
Navigation key function events
Universal key function events
DROP-FILE-NOTIFY
ENTRY
LEAVE
VALUE-CHANGED
See also
CREATE widget statement
,
VIEW-AS phrase