|
|
|
|
|
SFTTREE_CELLINFOPARM |
The SFTTREE_CELLINFOPARM structure is used as parameter for GetCellInfo and SetCellInfo to retrieve and set cell attributes.
typedef struct tagSftTreeCellInfoParm {
int version; // structure version
int index; // item index
int iCol; // column number
SFTTREE_CELL Cell; // cell information
} SFTTREE_CELLINFOPARM, * LPSFTTREE_CELLINFOPARM;
typedef const SFTTREE_CELLINFOPARM * LPCSFTTREE_CELLINFOPARM;
Members
An integer value specifying the SFTTREE_CELLINFOPARM structure version to be used. This member must be set to the value 7.
An integer value specifying the zero-based index of the item whose attributes are to be set or retrieved. This value can be set to -1 to register a cell picture size. See SetCellInfo for more information.
An integer value specifying the zero-based column number of the cell whose attributes are to be set or retrieved.
A structure describing the cell's attributes. See SFTTREE_CELL for more information.
Comments
The SFTTREE_CELLINFOPARM structure is used as parameter for GetCellInfo and SetCellInfo to retrieve and set cell attributes.
See Also C/C++ API | Categories | Notifications