CGXControl::IsInit

BOOL IsInit() const;

BOOL IsInit(ROWCOL nRow, ROWCOL nCol) const;

nRow

Specifies the row id for the current cell.

nCol

Specifies the column id for the current cell.

Return Value

Returns TRUE if control is used as current cell, i.e., CGXControl::Init has been called and intrinsic state is initialized; it returns FALSE if control is not used as current cell.

Remarks

After calling CGXControl::Reset this method will return FALSE.

Passing nRow and nCol also ensures that the m_nRow and m_nCol attributes are equal to nRow and nCol.

See Also

 CGXControl::Init  CGXControl::Reset

CGXControl

 Class Overview |  Class Members