<< Return to Main Index

< Return to Class Index

CGXGridCore::OnCellUndone

virtual void OnCellUndone(ROWCOL nRow, ROWCOL nCol, BOOL bSetEdit = FALSE);?

nRow

Specifies the row id.

nCol

Specifies the column id.

bSetEdit

TRUE if the current cell should be set to the specified cell; FALSE if the specified cell should be scrolled into the visible area only.

Remarks

Scrolls the cell into the view after successfully undoing a command. If the user has undone a transaction, the command only stores the coordinates.

Control-Factory Specific ->

This method has been implemented using the abstraction mechanism as discussed in the chapter "Reducing the size of your application" in the user's guide. A call to the ImplementUndoRedo method from within the control factory class' InitializeGridComponents method will make the concrete implementation of this method available to your application.

If no concrete implementation is available this method performs no action.

END Control-Factory Specific

CGXGridCore

Class Overview | Class Members