ProvideX V8.20 > Language Reference > 7. Control Object Properties
699
Graphical Control Objects
Graphical control objects are used in ProvideX applications to display information,
input data, and handle event processing. These controls can be created using specific
directives or designed/produced in NOMADS, the ProvideX GUI-based application
development system. Refer to the ProvideX NOMADS Reference for further
information.
The following control object types are supported in ProvideX:
GRID
RADIO_BUTTON
VARLIST_BOX
BUTTON
LIST_BOX
TREE_VIEW
V_SCROLLBAR
CHART
CHECK_BOX
LIST_VIEW
TRISTATE_BOX
H_SCROLLBAR
DROP_BOX
MULTI_LINE
VARDROP_BOX
This section provides cross-references to corresponding directives and lists all of the
properties used to define and manipulate each of the specific object types. The list
supplied immediately below each object heading is linked to descriptions under the
full Properties List, p.705.
Properties that define extended attributes are shown in italics. They represent a
category of attributes that cannot be accessed within a directive (via FMT= or
OPT=); for example, the majority of cell attributes for grids are defined/set using
properties. See also Compound Properties, p.724.
BUTTON
BackColour$
Focus
Left
SignalOnly
_PropList$
BitmapPosition
Font$
Line
Text$
_PropSep$
Col
Height
Lines
TextColour$
_PropValues$
Cols
HoverColour$
MenuCtl
Tip$
CtlName$
ImageCount
Msg$
Top
Enabled
hWnd
OnFocusCtl
Visible
Eom$
Key$
Parent
Width
A button object is usually designed to send a signal to the application when selected
by a mouse click. The signal typically indicates that the user wants to end a function
or initiate a new function. For more information on BUTTON controls, refer to the
BUTTON Directive, p.34.