IT_TABLEINFO 

Use

The IT_TABLEINFO structure describes a table control on the screen associated with the current event.

 

Syntax

typedef struct IT_TABSTRIPINFO_t {

short sType;

short sSize;

int flags;

int iTabs; /* number of pages */

int iLocalTabs; /* number of local pages */

int iRows; /* number of tab rows */

int iHeight; /* height of each row */

short cLeft; /* Idx of left tab */

short cActive; /* Idx of active tab */

} IT_TABSTRIPINFO;

typedef IT_TABSTRIPINFO *PIT_TABSTRIPINFO;

typedef PIT_TABSTRIPINFO *PPIT_TABSTRIPINFO;

#define IT_TABSTRIPINFO_SIZE (sizeof(IT_TABSTRIPINFO))

 

Members

sType

Type of parent control

sSize

Size of control info

flags

Table control style flags

TabNumColumns

Number of columns in table

TabNumRows

Number of row in table shown on the screen

TabNumFixCols

Number of fixed columns

TabVerScrollbarLines

Total number of data rows in table

TabVerScrollbarStartRow

Starting row for current table display

TabHorScrollbarStartCol

Starting column for current table display

TabControlId

OK Code to get this table control’s control icon