Skip to main content

TdxRibbonBackstageViewMenuButtonPosition Enum

Enumerates available positions of menu buttons, relative to menu tabs.

Declaration

TdxRibbonBackstageViewMenuButtonPosition = (
    mbpBeforeTabs,
    mbpAfterTabs
);

Members

Name
mbpBeforeTabs
mbpAfterTabs

Remarks

Values include:

Value Meaning
mbpBeforeTabs The menu button is displayed ahead of menu tabs.
mbpAfterTabs The menu button is displayed behind menu tabs.
See Also