WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CommandDockBarExt

    Show / Hide Table of Contents

    Class CommandDockBarExt

    Inheritance
    System.Object
    CommandDockBar
    CommandDockBarExt
    Inherited Members
    CommandDockBar.cbController
    CommandDockBar.nRCCount
    CommandDockBar.tdRebar
    CommandDockBar.alRowMarkers
    CommandDockBar.bExpanding
    CommandDockBar.InitializeCommandDockBar(CommandBarController)
    CommandDockBar.AddCommandBar(CommandBar, Boolean)
    CommandDockBar.RemoveCommandBar(CommandBar)
    CommandDockBar.GetDockBorder()
    CommandDockBar.SetCurrentRowMarker(CommandBar)
    CommandDockBar.InitializeIndexRowOffsets(CommandBar)
    CommandDockBar.InitializeRowOffsets(CommandBar)
    CommandDockBar.AdjustPreviousRow(CommandBar, CommandBar[], Rectangle)
    CommandDockBar.RecalcHeightForBarsInRow(Boolean, CommandBar[], Int32)
    CommandDockBar.AllowLeadingEdgeDocking(CommandBar)
    CommandDockBar.AllowTrailingEdgeDocking(CommandBar)
    CommandDockBar.ValidateBarIndex(CommandBar, Boolean)
    CommandDockBar.CalcDockbarSize()
    CommandDockBar.OnPaint(PaintEventArgs)
    CommandDockBar.OnSizeChanged(EventArgs)
    CommandDockBar.OnSystemColorsChanged(EventArgs)
    CommandDockBar.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified)
    CommandDockBar.OnControlAdded(ControlEventArgs)
    CommandDockBar.OnControlRemoved(ControlEventArgs)
    CommandDockBar.Child_TabIndexChanged(Object, EventArgs)
    CommandDockBar.LayoutDockBar()
    CommandDockBar.RepositionBars(CommandBar[], Int32, Int32)
    CommandDockBar.RepositionBarsRToLShift(CommandBar[], Int32, Int32, Int32)
    CommandDockBar.RepositionBarsLToRShift(CommandBar[], Int32, Int32, Int32)
    CommandDockBar.RepositionBarsBToTShift(CommandBar[], Int32, Int32, Int32)
    CommandDockBar.RepositionBarsTToBShift(CommandBar[], Int32, Int32, Int32)
    CommandDockBar.ResizeBarsTopBottom(CommandBar[], Int32, Int32)
    CommandDockBar.ResizeBarsLeftRight(CommandBar[], Int32, Int32)
    CommandDockBar.GetRowArray(Int32)
    CommandDockBar.GetRowMaxHeight(Int32, Boolean)
    CommandDockBar.HandleDragOver(CommandBar, Point)
    CommandDockBar.HandleDragOverTopBottom(CommandBar, Point)
    CommandDockBar.HandleDragOverLeftRight(CommandBar, Point)
    CommandDockBar.AdjustNewRow(CommandBar, CommandBar[])
    CommandDockBar.AdjustRowOffsets(CommandBar, Int32)
    CommandDockBar.AdjustRowOffsets(CommandBar[], Int32, Rectangle, Int32)
    CommandDockBar.AdjustNextBarsInRow(CommandBar)
    CommandDockBar.ConfirmNewRowHeight(CommandBar, Int32)
    CommandDockBar.AdjustRowHeight(CommandBar, Int32)
    CommandDockBar.CreateAccessibilityInstance()
    CommandDockBar.ScaleControl(SizeF, BoundsSpecified)
    CommandDockBar.RowMarkers
    CommandDockBar.IsRTL
    CommandDockBar.RowsCount
    CommandDockBar.ScaleChildren
    Namespace: Syncfusion.Windows.Forms.Tools.XPMenus
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class CommandDockBarExt : CommandDockBar

    Constructors

    CommandDockBarExt(CommandBarControllerExt)

    Declaration
    public CommandDockBarExt(CommandBarControllerExt controller)
    Parameters
    Type Name Description
    CommandBarControllerExt controller

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    CommandDockBar.Dispose(Boolean)

    GetMainMenuBar()

    Declaration
    public CommandBarExt GetMainMenuBar()
    Returns
    Type Description
    CommandBarExt

    OnPaintBackground(PaintEventArgs)

    Declaration
    protected override void OnPaintBackground(PaintEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.PaintEventArgs e

    ProcessMnemonic(Char)

    Declaration
    protected override bool ProcessMnemonic(char charCode)
    Parameters
    Type Name Description
    System.Char charCode
    Returns
    Type Description
    System.Boolean

    ResetTabIndex()

    Declaration
    protected override void ResetTabIndex()
    Overrides
    CommandDockBar.ResetTabIndex()

    WndProc(ref Message)

    Declaration
    protected override void WndProc(ref Message m)
    Parameters
    Type Name Description
    System.Windows.Forms.Message m
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved