Name | Description | |
---|---|---|
NCommandBarManager Constructor | Default constructor. |
The following tables list the members exposed by NCommandBarManager.
Name | Description | |
---|---|---|
NCommandBarManager Constructor | Default constructor. |
Name | Description | |
---|---|---|
BottomDockChild | Reference to the BottomDock child. | |
ClosedCommandBarsChild | Reference to the ClosedCommandBars child. | |
FloatersChild | Reference to the Floaters child. | |
LeftDockChild | Reference to the LeftDock child. | |
NCommandBarManagerSchema | Schema associated with NCommandBarManager. | |
RightDockChild | Reference to the RightDock child. | |
ShowContextMenuProperty | Reference to the ShowContextMenu property. | |
TopDockChild | Reference to the TopDock child. |
Name | Description | |
---|---|---|
BottomDock | Gets or sets the Bottom dock | |
ClosedCommandBars | Gets or sets the ClosedCommandBars collection, that contains the command bars that are closed. A command bar that is closed can be redocked or refloated, depending on its state prior to the closing. | |
Floaters | Gets or sets the Floaters collection, that contains the floating windows that contain the floating command bars. | |
LeftDock | Gets or sets the Left dock | |
RightDock | Gets or sets the Right dock | |
ShowContextMenu | Gets/Sets whether to show the context menu for showing/hiding command bars. By default set to true. | |
TopDock | Gets or sets the Top dock |
Name | Description | |
---|---|---|
GetClosedCommandBars | Gets a list of the closed command bars that are currently managed by this manager. | |
GetCommandBars | Gets all command bars that are managed by this manager. | |
GetDock | ||
GetDockedCommandBars | Gets a list of the docked command bars that are currently managed by this manager. | |
GetFloatingCommandBars | Gets a list of the floating command bars that are currently managed by this manager. | |
GetType | Overloaded. Gets the dock type for a given child dock. Throws an exeption if the specified dock is not a child dock of this manager. | |
RemoveEmptyLanes | Removes the empty lanes, that are not preserved for redock. |
Name | Description | |
---|---|---|
ArrangeContent | Overridden. Arranges the content of the element within the specified content area. | |
CreateContextMenuItem | Creates a menu item that represents the specified command bar in the visibility context menu. | |
jSbd | ||
MeasureContent | Overridden. Measures the desired size of the element content | |
OnContextMenuItemClicked | Called when a menu item from the visibility context menu has been clicked | |
OnMouseDown | Overridden. Default handler for the mouse down events | |
OpenContextMenu | Shows a context menu from which the user can control the command bars visiblity. |