In This Article

PopupButtonDisplayMode Enum

Specifies the display mode of a PopupButton control.

public enum PopupButtonDisplayMode

Fields

Name Description
ButtonOnly

The PopupButton control will show the content as a normal button, and with no popup indicator. This display mode renders the same as a normal Button, while still retaining popup display functionality when clicked. If no popup content or menu is assigned to the control, clicks on the control will behave like a standard Button.

CenterMerged

The PopupButton control will show the content as a normal button, with a popup indicator right next to the content. This display mode is also known as a drop-down button, and opens a popup/menu when clicked.

Merged

The PopupButton control will show the content as a normal button, with a popup indicator on the right side. This display mode is also known as a drop-down button, and opens a popup/menu when clicked.

PopupOnly

The PopupButton control will show the popup indicator, but not the content. This display mode opens a popup/menu when clicked.

Split

The PopupButton control will show the content in a normal button area and a popup indicator in a separate clickable area. This display mode is also known as a split button. It performs a standard button click when clicking the button's content area, and opens a popup/menu when the popup indicator area is clicked.