RichEdit.PasteSpecial Method (Typed) | |
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
public virtual void PasteSpecial(
uint dwClipboardFormat
)
Request Example
View SourceParameters
- 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