CGXGridCore::CanPaste
virtual BOOL CanPaste( );
Return Value
Returns TRUE if the clipboard is not empty, and the clipboard format is interpretable.
Remarks
The method will call OnCheckClipboardFormat after the clipboard has been opened. You might override OnCheckClipboardFormat if you want to support additional clipboard formats.
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::OnCheckClipboardFormat