Nevron .NET Vision
Nevron.UI.ToolStrips Namespace / OverflowVisibility Enumeration


In This Topic
    OverflowVisibility Enumeration
    In This Topic
    Specifies whether or not an item is displayed by the overflow's drop-down. By default it is displayed by the overflow drop-down when item's bounds exceed the layout rectangle.
    Syntax
    'Declaration
     
    
    Public Enum OverflowVisibility 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As OverflowVisibility
    public enum OverflowVisibility : System.Enum 
    Members
    MemberDescription
    Always 
    AsNeeded 
    Never 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.UI.ToolStrips.OverflowVisibility

    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