In This Topic
The dock property controls to which edge of the container this control is docked to.
Syntax
'Declaration
Public Overrides NotOverridable Property Dock As DockStyle
'Usage
Dim instance As RibbonBar
Dim value As DockStyle
instance.Dock = value
value = instance.Dock
public override DockStyle Dock {get; set;}
See Also