RichEdit.CanPaste Method (Typed) | |
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
public virtual Usual CanPaste(
int dwClipboardFormat
)
Request Example
View SourceParameters
- 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 |
---|
Refer to the SetClipboardData() function in your Microsoft Win32 Software Development Kit documentation for definitions of valid format constants. |
See Also