rtRowDisplayStyle
Cycle
TabPosition
TabsWithFieldDriven
Transition
Viewer
Clone As
rtRowDisplayStyle
New
| version 1.5
Property Set/Get Viewer As Integer
CDTABLEVIEWER_ONCLICK - Table is displayed so that rows can be cycled through upon a mouse click.
CDTABLEVIEWER_ONLOADTIMER - Table is displayed to cycle through rows very xxx milliseconds. The number of milliseconds to cycle through is specified in a CDTIMERINFO structure.
CDTABLEVIEWER_ONLOADCYCLEONCE - Table is displayed to cycle through the rows once when opened.
CDTABLEVIEWER_TABS - Table is displayed with tabs for the user to select which row to display.
CDTABLEVIEWER_FIELDDRIVEN - Which row to display is field driven - rows are to be switched programmatically.
CDTABLEVIEWER_CYCLEONCE - Table is displayed to cycle through the rows once via a mouse click.
CDTABLEVIEWER_CAPTIONS - (R6) Table is displayed with window caption boxes for the user to select which row to display.
Table processing - tabbed table
Table, create a tabbed table
|