Click or drag to resize

RichEdit.PasteSpecial Method (Typed)

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

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD PasteSpecial(
	dwClipboardFormat AS DWORD
) AS VOID
Request Example View Source

Parameters

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