Search
FlowChart.SelectAfterPaste Property
See Also
 



( a feature of FlowChartX Pro edition)

Gets or sets a value indicating whether items pasted from the clipboard should be selected automatically.

 Syntax

VB6  Copy Code

Public Property Get SelectAfterPaste() As Boolean
Public Property Let SelectAfterPaste( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_SelectAfterPaste ()
void put_SelectAfterPaste (
    bool value
)

 Property Value

A boolean value. The default is true.

 Remarks

When set to true, objects pasted from clipboard will get automatically selected. If false the current selection won't change on paste.

 See Also