Version

GrabHandleLocation Enumeration

Enumeration used to indicate where the grab handle is placed relative to the parent form and the corresponding resizing behavior that the grab handle will provide.
Syntax
'Declaration
 
Public Enum GrabHandleLocation 
   Inherits System.Enum
public enum GrabHandleLocation : System.Enum 
Members
MemberDescription
BottomLocated at the bottom of the form and is resizable vertically.
BottomLeftLocated at the bottom-left of the form and is resizable vertically and horizontally.
BottomRightLocated at the bottom-right of the form and is resizable vertically and horizontally.
LeftLocated at the left of the form and is resizable horizontally.
NoneNo grab handle is visible
RightLocated at the right of the form and is resizable horizontally.
TopLocated at the top of the form and is resizable vertically.
TopLeftLocated at the top-left of the form and is resizable vertically and horizontally.
TopRightLocated at the top-right of the form and is resizable vertically and horizontally.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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