Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NCreateElementTool Class / SelectNewElement Property


In This Topic
    SelectNewElement Property
    In This Topic
    Specifies whether the newly created element must be selected
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also