Search
FlowChart.SelectAfterCreate Property
See Also
 



Gets or sets a value indicating whether newly created items should be selected automatically.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_SelectAfterCreate ()
void put_SelectAfterCreate (
    bool value
)

 Property Value

A boolean value. The default is true.

 Remarks

Set to true selects every newly created (programmatically or by users) object automatically.

 See Also