Xceed Chart for WinForms v4.4 Documentation
Dock Property


Xceed.Chart.UIControls.v4.4 Assembly > Xceed.Chart.UIControls Namespace > CommandBar Class : Dock Property
Gets or sets the DockStyle for the control. Currently supported dock styles are DockStyle.Top and DockStyle.Bottom.
Syntax
'Declaration
 
<CategoryAttribute("Xceed CommandBar")>
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets the DockStyle for the control. Currently supported dock styles are DockStyle.Top and DockStyle.Bottom.")>
Public Shadows Property Dock As DockStyle
'Usage
 
Dim instance As CommandBar
Dim value As DockStyle
 
instance.Dock = value
 
value = instance.Dock
[Category("Xceed CommandBar")]
[DefaultValue()]
[Description("Gets or sets the DockStyle for the control. Currently supported dock styles are DockStyle.Top and DockStyle.Bottom.")]
public new 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

Reference

CommandBar Class
CommandBar Members