IT_TABSTRIPINFO 

Use

IT_TABSTRIP describes a single tab strip control on the screen associated with the current event.

 

Syntax

typedef struct IT_TABSTRIPINFO_t {

short sType;

short sSize;

int flags;

int iTabs;

int iLocalTabs;

int iRows;

int iHeight;

short cLeft;

short cActive;

} IT_TABSTRIPINFO;

typedef IT_TABSTRIPINFO *PIT_TABSTRIPINFO;

typedef PIT_TABSTRIPINFO *PPIT_TABSTRIPINFO;

#define IT_TABSTRIPINFO_SIZE (sizeof(IT_TABSTRIPINFO))

#define IT_GETCONTROLINFO(pEvt, idx) (((char *)pEvt)+pEvt->screen.pCtrl[idx].dwOffset)

 

Members

sType

Type of parent control

sSize

Size of control info

flags

Flags describing the drawing style for the tab strip control

iTabs

Number of pages in a tab strip

iLocalTabs

Number of local pages in tab strip shown on the screen

iRows

Number of tab rows

iHeight

Height of each row

cLeft

Index of the left most tab on the screen

cActive

Index of the active tab