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