CGXCommand::GetDescription
virtual LPCTSTR GetDescription() const = 0;
Return Value
A pointer to a string with a short description of the command.
Remarks
You can use this description to notify the user about the command before he calls Undo.
To display information about the next command in the undo/redo menu item, see the description of CGXGridCore::CanUndo and CGXGridCore::CanRedo.
See Also
CGXCommand::CGXCommand CGXGridCore::CanUndo CGXGridCore::CanRedo