(
a feature of FlowChartX Pro edition)
Gets or sets a value indicating whether items pasted from the clipboard should be selected automatically.
SyntaxVB6
Copy Code
|
|---|
Public Property Get SelectAfterPaste() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is true.
RemarksWhen set to true, objects pasted from clipboard will get automatically selected. If false the current selection won't change on paste.
See Also