Search
FlowChart.PasteFromClipboard Method
See Also
 



( a feature of FlowChartX Pro edition)

Pastes the current clipboard contents into the diagram.

 Syntax

VB6  Copy Code

Public Sub PasteFromClipboard ()

C++  Copy Code

public:
void PasteFromClipboard ()

 Remarks

Pastes the current clipboard contents to the flowchart document. Nothing happens if there's no FlowChartX data in the clipboard. You can find out if there are items available for paste using the CanPasteFromClipboard method. If SelectAfterPaste property is set to true, newly pasted items are selected automatically. If KbdActive is enabled, FlowChartX automatically calls this method in response to the CTRL+V key combination.

 See Also