Search
FlowChart.CutToClipboard Method
See Also
 



( a feature of FlowChartX Pro edition)

Cuts the current selection to the Windows clipboards.

 Syntax

VB6  Copy Code

Public Sub CutToClipboard ()

C++  Copy Code

public:
void CutToClipboard ()

 Remarks

Copies the current selection of objects to the Windows clipboard and deletes the selected objects. 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+X key combination.

 See Also