Table of Contents
DropDownMenuMode Enumeration

Specifies the visibility level of a TabControl's dropdown menu button.

Namespace: EO.Wpf
Assembly: EO.Wpf (in EO.Wpf.dll)

Syntax
 public enum DropDownMenuMode
Members
Member Name Description
Always The dropdown menu button is visible for all TabControl overflow strategies.
Auto The dropdown menu button will only be visible for the required TabControl overflow strategies.
None The dropdown menu is not visible at all.
See Also