Overview | Methods | This Package | All Packages
Retrieves a boolean value that indicates whether the data in the specified Clipboard format can be pasted into this control.
Syntax
public boolean canPaste( DataFormats.Format clipFormat )
Parameters
clipFormat
A DataFormats.Format object that specifies the Clipboard format.
Return Value
Returns true if the data in the specified format can be pasted into this control; otherwise, returns false.
See Also paste