In This Article

DockableToolBarCreationStyle Enum

Specifies the creation style of a DockableToolBar.

public enum DockableToolBarCreationStyle

Fields

Name Description
Custom

The toolbar is a custom toolbar that was created by the end-user via a Customize dialog.

Normal

The toolbar is a normal toolbar that was created by the developer.

Temporary

The toolbar is a toolbar that was created by the end-user by dragging and creating a temporary floating menu. The toolbar will be destroyed once it is closed by the end-user.