Gets or sets a value indicating whether newly created items should be selected automatically.
SyntaxVB6
Copy Code
|
|---|
Public Property Get SelectAfterCreate() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is true.
RemarksSet to true selects every newly created (programmatically or by users) object automatically.
See Also