Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockManager Class / RootContainerDockStyle Property


In This Topic
    RootContainerDockStyle Property
    In This Topic
    Gets or sets the dockstyle for the root container which is DockStyle.Fill by default.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the dockstyle for the root container which is DockStyle.Fill by default.")>
    Public Property RootContainerDockStyle As System.Windows.Forms.DockStyle
    'Usage
     
    
    Dim instance As NDockManager
    Dim value As System.Windows.Forms.DockStyle
     
    instance.RootContainerDockStyle = value
     
    value = instance.RootContainerDockStyle
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.ComponentModel.Description("Gets or sets the dockstyle for the root container which is DockStyle.Fill by default.")]
    public System.Windows.Forms.DockStyle RootContainerDockStyle {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