Intersoft ClientUI Documentation
OverflowMode Enumeration
See Also  Send Feedback
Intersoft.Client.UI.Aqua Namespace : OverflowMode Enumeration






Determines how an item should be displayed when overflow.

Syntax

Visual Basic (Declaration) 
Public Enum OverflowMode 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As OverflowMode
C# 
public enum OverflowMode : System.Enum 
Delphi 
public enum OverflowMode = class(System.Enum)
JScript 
public enum OverflowMode extends System.Enum
Managed Extensions for C++ 
__value public enum OverflowMode : public System.Enum 
C++/CLI 
public enum class OverflowMode : public System.Enum 

Members

MemberDescription
AlwaysThe item will be always be placed in overflow panel.
AsNeededThe item will be placed in overflow panel as needed.
NeverThe 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.