RichEdit.canPaste

Overview | Methods | This Package | All Packages

RichEdit.canPaste

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