ProvideX V8.20 > Language Reference > 7. Control Object Properties
715
MenuCtl
BUTTON   CHART   CHECK_BOX   DROP_BOX   GRID   LIST_BOX   LIST_VIEW   MULTI_LINE
RADIO_BUTTON   TREE_VIEW  TRISTATE_BOX   VARDROP_BOX   VARLIST_BOX
CTL value on right-click. This property reports/sets the CTL value to generate when
an object is selected on a right-click of the mouse.
MenuRow
GRID
Row number on right-click. This property indicates the row number of a selected cell
on a right-click of the mouse.
MouseOver
LIST_BOX
LIST_VIEW
TREE_VIEW
Item number on mouse-over. This property returns the item number of an object
when the mouse pointer is over it. If the mouse is not over an object, -1 is returned. 0
is returned if the cursor is over an area in the control with no data.
Msg$
BUTTON   CHECK_BOX   DROP_BOX   GRID   LIST_BOX    LIST_VIEW   MULTI_LINE
RADIO_BUTTON   TREE_VIEW   TRISTATE_BOX   VARDROP_BOX   VARLIST_BOX
Message line text for the control.
MultiSelect
GRID
Select multiple cells: 1=On; 0=Off. Default: 1.
NotifyExpand
TREE_VIEW
Detect expand/collapse requests. When set to non-zero value, this causes a tree view
expand/collapse to generate an event with EOM code "+" (expand) or "-" (collapse).
Nul$
GRID   MULTI_LINE
Null input display text. Replacement text/value in place of null; e.g., G'NUL$="asis".
NumPoints
CHART
Largest number of data points within data set.
NumSets
CHART
Total number of data sets.
OnFocusCols
MULTI_LINE
On focus, resize columns. Returns to defined size when focus leaves. Assign 0 to reset.
OnFocusLines
MULTI_LINE
On focus, resize lines. Returns to defined size when focus leaves. Assign 0 to reset.
OnFocusCtl
BUTTON   CHECK_BOX   DROP_BOX   GRID   LIST_BOX   LIST_VIEW   MULTI_LINE
RADIO_BUTTON   TREE_VIEW  TRISTATE_BOX   VARDROP_BOX   VARLIST_BOX
On focus CTL event. 0 is returned if no on focus CTL value is set up for the control.
OverlapEnabled    GRID
Allow cells to overlap: 1=Yes, 0=No. Default: 1.