(
a feature of FlowChartX Pro edition)
Cuts the current selection to the Windows clipboards.
SyntaxVB6
Copy Code
|
|---|
Public Sub CutToClipboard () |
C++
Copy Code
|
|---|
public: |
RemarksCopies 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