Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NCreateConnectorTool Class / AllowCreateDisconnected Property


In This Topic
    AllowCreateDisconnected Property
    In This Topic
    Gets/sets whether partially disconnected connectors can be created
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets whether partially disconnected connectors can be created")>
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property AllowCreateDisconnected As System.Boolean
    'Usage
     
    
    Dim instance As NCreateConnectorTool
    Dim value As System.Boolean
     
    instance.AllowCreateDisconnected = value
     
    value = instance.AllowCreateDisconnected
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Gets/sets whether partially disconnected connectors can be created")]
    [System.ComponentModel.DefaultValue(true)]
    public System.bool AllowCreateDisconnected {get; set;}
    Remarks
    By default set to true
    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