Xceed Grid for WinForms v4.3 Documentation
Xceed.UI.v1.4 Assembly / Xceed.UI Namespace / GripLocation Enumeration


In This Topic
    GripLocation Enumeration
    In This Topic
    Value representing the location of the resizing control/form when it is dock-filled on a form.
    Syntax
    'Declaration
     
    Public Enum GripLocation 
       Inherits System.Enum
    'Usage
     
    Dim instance As GripLocation
    public enum GripLocation : System.Enum 
    Members
    MemberDescription
    BottomLeftThe resizing grip is located in the bottom-left corner.
    BottomRightThe resizing grip is located in the bottom-right corner.
    NoneNo resizing grip is displayed.
    TopLeftThe resizing grip is located in the top-left corner.
    TopRightThe resizing grip is located in the top-right corner.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.UI.GripLocation

    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