Try OpenEdge Now
ABL Reference
Widget Reference
:
RECTANGLE widget
RECTANGLE widget
A rectangle is a graphical widget that can be displayed in a frame foreground or background. You can define a static rectangle with the
DEFINE RECTANGLE statement
. You can create a dynamic rectangle with the
CREATE widget statement
. For example:
Attributes
BGCOLOR attribute
COLUMN attribute
DATA-TYPE attribute
DCOLOR attribute
DYNAMIC attribute
EDGE-CHARS attribute
EDGE-PIXELS attribute
FGCOLOR attribute
FILLED attribute
FRAME attribute
FRAME-COL attribute
FRAME-NAME attribute
FRAME-ROW attribute
FRAME-X attribute
FRAME-Y attribute
GRAPHIC-EDGE attribute
GROUP-BOX attribute
HANDLE attribute
HEIGHT-CHARS attribute
HEIGHT-PIXELS attribute
HELP attribute
HIDDEN attribute
HTML-CHARSET attribute
INSTANTIATING-PROCEDURE attribute
MANUAL-HIGHLIGHT attribute
MOVABLE attribute
NAME attribute
NEXT-SIBLING attribute
PARENT attribute
PFCOLOR attribute
PREV-SIBLING attribute
PRIVATE-DATA attribute
RESIZABLE attribute
ROUNDED attribute
ROW attribute
SELECTABLE attribute
SELECTED attribute
SENSITIVE attribute
TABLE attribute
TOOLTIP attribute
TYPE attribute
VISIBLE attribute
WIDGET-ID attribute
WIDTH-CHARS attribute
WIDTH-PIXELS attribute
WINDOW attribute
X attribute
Y attribute
Methods
LOAD-MOUSE-POINTER( ) method
MOVE-TO-BOTTOM( ) method
MOVE-TO-TOP( ) method
–
Events
Developer events
Generaldirect manipulation events
Mouse events
–
See also
CREATE widget statement
,
DEFINE RECTANGLE statement