Click or drag to resize

RichEdit.CanPaste Method (Typed)

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

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

Parameters

dwClipboardFormat
Type: Long
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