CGXStyle::GetEnabled
BOOL GetEnabled() const;
Return Value
Returns wheter the cell is enabled or disabled. TRUE if the cell is enabled; FALSE if it is disabled.
Remarks
If a cell is disabled, it cannot become the current cell.
When the user wants to move to a new cell, CanSelectCurrentCell is called. If the destination cell is disabled, CanSelectCurrentCell will return FALSE and thus, the current cell will not be moved.
See Also
CGXGridCore::CanSelectCurrentCell