RichEdit.PasteSpecial Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual PasteSpecial(
Usual dwClipboardFormat = default
)
Request Example
View SourceParameters
- 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:
UsualSee Also