Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / ExceedBoundsLogic Enumeration


In This Topic
    ExceedBoundsLogic Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum ExceedBoundsLogic 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ExceedBoundsLogic
    public enum ExceedBoundsLogic : System.Enum 
    Members
    MemberDescription
    HideDefault logic - the command is concealed from the user.
    NoneNo logic will be applied on the command. Be careful when using this logic - a toolbar may become very large in width when docked vertically.
    ResizeThe command is resized to fit the allowed size.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.UI.WinForm.Controls.ExceedBoundsLogic

    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