'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;}