ProvideX V8.20 > Language Reference > 7. Control Object Properties
709
CtlName$
BUTTON    CHART    CHECK_BOX    DROP_BOX    GRID    H_SCROLLBAR   LIST_BOX    LIST_VIEW
MULTI_LINE    RADIO_BUTTON    TREE_VIEW   TRISTATE_BOX    VARDROP_BOX   VARLIST_BOX
V_SCROLLBAR
Control type. This value can be one of the following:
"MULTI_LINE" (see MULTI_LINE Directive, p.214)
"LIST_BOX" (see LIST_BOX Directive, p.177)
"LIST_VIEW" (see LIST_BOX Directive, p.188)
"TREE_VIEW" (see LIST_BOX Directive, p.191)
"DROP_BOX" (see DROP_BOX Directive, p.95)
"VARLIST_BOX" (see VARLIST_BOX Directive, p.358)
"VARDROP_BOX" (see VARDROP_BOX Directive, p.352)
"BUTTON" (see BUTTON Directive, p.34)
"CHECK_BOX" (see CHECK_BOX Directive, p.47)
"TRISTATE_BOX" (see TRISTATE_BOX Directive, p.342)
"RADIO_BUTTON" (see RADIO_BUTTON Directive, p.263)
"V_SCROLLBAR" (see V_SCROLLBAR Directive, p.363)
"H_SCROLLBAR" (see H_SCROLLBAR Directive, p.152)
"GRID" (see GRID Directive, p.142)
"CHART" (see CHART Directive, p.43).
DraggedColumn    GRID
Column number dragged from. This indicates the column number (cell) where dragging
started. Default: 0.See Drag and Drop, p.729.
DraggedRow
GRID
Row number dragged from. This indicates the row number (cell) where dragging
started. Default: 0.See Drag and Drop, p.729.
DroppedOn
DROP_BOX     LIST_BOX
LIST_VIEW
TREE_VIEW
VARDROP_BOX
VARLIST_BOX
Index number in list box. This indicates the index number that dragged items were
dropped on to; if items are not dropped on to a specific line, 0 is returned.
DroppedOnColumn  GRID
Column number where dropped. This indicates the column number (cell) where the
mouse was released/items dropped. See Drag and Drop, p.729.
DroppedOnRow     GRID
Row number where dropped. This indicates the row number (cell) where the mouse is
released/items dropped. See Drag and Drop, p.729.