Search
FlowChart.CopyToClipboard Method
See Also
 



( a feature of FlowChartX Pro edition)

Copies the current selection to the clipboard.

 Syntax

VB6  Copy Code

Public Sub CopyToClipboard ()

C++  Copy Code

public:
void CopyToClipboard ()

 Remarks

Copies the current selection of objects to the Windows clipboard. If there are arrows in the selection, they are copied only if both their origin and destination objects are selected too. If KbdActive is enabled, FlowChartX automatically calls this method in response to the CTRL+C key combination.

ActiveX controls hosted inside bsAxControl boxes are copied to the clipboard too, as long as they implement one of the IPersist* OLE interfaces. If a control does not implement any IPersist* interface, it will be pasted in an uninitialized/default space.

 See Also