In This Article

DockableToolBarPosition Enum

Specifies the position of a DockableToolBar.

public enum DockableToolBarPosition

Fields

Name Description
Bottom

Docked on the bottom side of the host container control.

Floating

Floating above the host container control's parent form.

Left

Docked on the left side of the host container control.

Right

Docked on the right side of the host container control.

Top

Docked on the top side of the host container control.