Intersoft ClientUI Documentation
OverflowMode Enumeration



Determines how an item should be displayed when overflow.
Syntax
Public Enum OverflowMode 
   Inherits System.Enum
Dim instance As OverflowMode
public enum OverflowMode : System.Enum 
public enum class OverflowMode : public System.Enum 
Members
MemberDescription
Always The item will be always be placed in overflow panel.
AsNeeded The item will be placed in overflow panel as needed.
Never The item will never be placed in overflow panel regardless of the host space.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Aqua.OverflowMode

Requirements

Target Platforms: 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

Reference

Intersoft.Client.UI.Aqua Namespace

Send Feedback