Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NDesktopToolbar Class / Dock Property


In This Topic
    Dock Property (NDesktopToolbar)
    In This Topic
    Gets/sets the docking edge for the Form. Specify DockStyle.None to make the Form floating. Note that DockStyle.Fill is not allowed.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.ComponentModel.BrowsableAttribute(True)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the docking edge for the Form. Specify DockStyle.None to make the Form floating. Note that DockStyle.Fill is not allowed.")>
    Public Overrides Property Dock As System.Windows.Forms.DockStyle
    'Usage
     
    
    Dim instance As NDesktopToolbar
    Dim value As System.Windows.Forms.DockStyle
     
    instance.Dock = value
     
    value = instance.Dock
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.ComponentModel.Browsable(true)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
    [System.ComponentModel.Description("Gets/sets the docking edge for the Form. Specify DockStyle.None to make the Form floating. Note that DockStyle.Fill is not allowed.")]
    public override System.Windows.Forms.DockStyle Dock {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