(
a feature of FlowChartX Pro edition)
An indexed property allowing customization of clipboard operations.
SyntaxVB6
Copy Code
|
|---|
Public Property Get ClipboardFlags( _ |
C++
Copy Code
|
|---|
public: |
A boolean value.
RemarksRepresents a bit-mask that allows changing some aspects of clipboard operations. The property is indexed via EClipboardFlag enumeration members. The following flags are available:
Flag | Default value | Description |
|---|---|---|
true | In addition to copying FlowChartX items in native format, copy the whole diagram to the clipboard in a bitmap format. | |
true | In addition to copying FlowChartX items in native format, copy the whole diagram to the clipboard in an enhanced-metafile format. | |
false | If a selected item has subordinate group of items, copy the whole group to the clipboard. |
See Also