Search
FlowChart.CanPasteFromClipboard Method
See Also
 



( a feature of FlowChartX Pro edition)

Determines whether there's FlowChartX data available in the clipboard.

 Syntax

VB6  Copy Code

Public Function CanPasteFromClipboard () As Boolean

C++  Copy Code

public:
bool CanPasteFromClipboard ()

 Return Value

true if there is FlowChartX data available in the Windows clipboard and paste operation is possible; otherwise, false.

 See Also