Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonBar Class / Dock Property


In This Topic
    Dock Property
    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