SftTree/DLL 6.5

SFTTREE_CELLINFOPARM

Softel vdm, Inc.

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

version

An integer value specifying the SFTTREE_CELLINFOPARM structure version to be used.  This member must be set to the value 7.

index

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.

iCol

An integer value specifying the zero-based column number of the cell whose attributes are to be set or retrieved.

Cell

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  |  CategoriesNotifications

 


Feedback / comments / error reports for this topic
© 2009 - Softel vdm, Inc. - www.softelvdm.com