BCGSoft.ControlBars Namespace : DockBarRow Class |
The following tables list the members exposed by DockBarRow.
Name | Description | |
---|---|---|
![]() | DockBarRow Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | CommandBarCount | Specifies the amount of the command bars on the dockbar row. |
![]() | CommandBars | Represents a collection of the command bars located on the DockBarRow. |
![]() | CurrentDockEdge | Returns the edge on the host form where the current DockBarRow is located. |
![]() | Height | Specifies the height of the dock edge. |
![]() | IsExclusive | Specifies if the command bar is located alone on the DockBarRow and fills the full DockBarRow. |
![]() | IsHorizontal | Specifies if the DockBarRow is located horizontally. |
![]() | ParentDockBar | Specifies the parent dock bar on the DockBarRow. |
![]() | RowIndex | Specifies the index of the DockBarRow in DockBarRows collection and its position on the DockBar. |
![]() | RowSize | Gets the width and height of the row. |
![]() | Visible | Specifies the visibility of the dock bar row. |
Name | Description | |
---|---|---|
![]() | AddCommandBar | Locates a specified command bar to the DockBarRow and recalculates its location. |
![]() | AddTrackedCommandBar | Locates a tracked command bar to the DockBarRow and calculates its location. |
![]() | AdjustLayout | Specifies the size and the location of the command bars on the dock bar row. |
![]() | AlignToVirtualRects | |
![]() | Dispose | Overloaded. |
![]() | DoesContainCommandBar | Indicates if the DockBarRow contains the specified command bar. |
![]() | EndTrack | Ends the dragging of the command bar. |
![]() | FixUpDockInfo | Recreates DockBarRow and related Command Bars from serialization info. |
![]() | GetAvailableSpace | Overloaded. Specifies the space free out of commandbars. If the dockbar is located horizontally it will be equal the difference between the width of the parent dock bar and the summary width of all command bars without the width of ignored bar. If the dockbar is located vertically the returned value will be equal the difference between the height the parent dock bar and the summary height of all command bars without the height of ignored bar . |
![]() | GetObjectData | Gets serialization information with all of the data needed to recreate an instance of this DockBarRow. |
![]() | Init | Initializes the DockBarRow object. |
![]() | InitTrack | Initializes the tracked command bar and its bounds. |
![]() | Move | Moves all command bars from the row down if the dock bar row is located horizontally or moves right if the dock bar row is located vertically to the specified interval. |
![]() | OnCustomizeModeChanged | |
![]() | RemoveCommandBar | Removes the specified command bar from the DockBarRow. |
![]() | RemoveEvents | Removes event handlers associated with the dock bar row and its related command bars. |
![]() | RepositionInList | Called by the framework to changes the position of the command bar within the dock bar row. Changes the index of the specified command bar in the command bars' collection. |
![]() | SetInitialOffset | Sets the left offset for the CommandBar on the DockBarRow if it is located horizontally and the top offset if the CommandBar is located vertically. |
![]() | SortCommandBars | Sorts command bars located within the DockBarRow by its left offset increasing. |
![]() | TrackCommandBar | Tracks the command bar to the specified position. |
Name | Description | |
---|---|---|
![]() | HeightChanged | Occurs when the height of the dockbar row is changed. |
![]() | VisibleChanged | Occurs when the visibility of the dockbar row is changed. |