<< Return to Main Index

< Return to Class Index

CGXGridCore::Cut

virtual BOOL Cut( );

Return Value

It is TRUE if the command was successfully executed. It is FALSE if the command failed or if the user has aborted the operation.

Remarks

Extracts the selected range of cells to the clipboard by calling the CutRange method.

If no range has been selected, the current cell control’s CGXControl::Cut method will be called.

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 ImplementCutPaste 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 returns FALSE. No action is performed.

END Control-Factory Specific

See Also

CGXGridCore::CanCut CGXGridCore::CutRange CGXControl::Cut

CGXGridCore

Class Overview | Class Members