Click or drag to resize

RichEdit.PasteSpecial Method

X#
Paste a particular clipboard format in the rich edit.

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

Parameters

dwClipboardFormat (Optional)
Type: Usual
The specified clipboard format. Refer to the SetClipboardData() function in your Microsoft Win32 Software Development Kit documentation for definitions of valid format constants.

Return Value

Type: Usual
See Also