'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Specifies whether the newly created element must be selected")> Public Property SelectNewElement As System.Boolean
'Usage
Dim instance As NCreateElementTool Dim value As System.Boolean instance.SelectNewElement = value value = instance.SelectNewElement
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Specifies whether the newly created element must be selected")] public System.bool SelectNewElement {get; set;}