Version

OverflowVisibility Enumeration

An enumerator for specifying when the Overflow Item should be displayed.
Syntax
'Declaration
 
Public Enum OverflowVisibility 
   Inherits System.Enum
public enum OverflowVisibility : System.Enum 
Members
MemberDescription
AlwaysIndicates that the Overflow Item is always displayed.
NeverIndicates that the Overflow Item is never displayed.
OnlyWhenNecessaryIndicates that the Overflow Item is only displayed when the AllowCustomizations is set to true, or there are additional items that could not be displayed on the control.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also