In This Article

TabbedMdiContainerButtonStyle Enum

Specifies the type of buttons to display in a TabbedMdiContainer for accessing tabbed MDI windows.

public enum TabbedMdiContainerButtonStyle

Fields

Name Description
DropDownAndScrollButtons

Uses a drop-down button as well as scroll buttons.

DropDownButton

Show a drop-down button that can be used to list all of the tabbed MDI windows in the container.

None

Show no buttons for accessing tabbed MDI windows.

ScrollButtons

Uses scroll buttons to allow tab scrolling for the tabbed MDI windows in the container.