NCommandBarDock Class Members
In This Topic
The following tables list the members exposed by NCommandBarDock.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| DockArea | Gets or sets the size of the area applied around the content edge of the dock, inside of which the command bar manager tries to dock floating command bars. |
| FloatArea | Gets or sets the size of the area applied around the content edge of the dock, outside of which the dock tries to float dragged command bars. |
| InsertLaneArea | Gets or sets the weight of the area around a lanes middle line, in which when a command bar is dragged, it is inserted in a single new lane. Setting this property to zero disables insertion of new lanes for dragged command bars. |
| Orientation | Gets or sets whether this command bars dock is vertically or horizontally arranged. By default set to false (horizontal dock). |
| OwnerManager | Gets the manager in which this dock resides |
Top
Public Methods
| Name | Description |
| RemoveEmptyLanes | Removes the empty lanes, that are not preserved for redock from this command bar dock. |
Top
See Also