Click or drag to resize

RichEdit.CanPaste Method

X#
Determine whether the rich edit can paste the specified clipboard format.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD CanPaste(
	dwClipboardFormat
) AS USUAL CLIPPER
Request Example View Source

Parameters

dwClipboardFormat (Optional)
Type: Usual
The specified Clipboard format. If not specified, it defaults to 0, meaning that the rich edit object will try any format currently on the Clipboard.

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
Remarks
Tip Tip
Refer to the SetClipboardData() function in your Microsoft Win32 Software Development Kit documentation for definitions of valid format constants.
See Also