'Declaration Public Enum GrabHandleLocation Inherits System.Enum
public enum GrabHandleLocation : System.Enum
Member | Description |
---|---|
Bottom | Located at the bottom of the form and is resizable vertically. |
BottomLeft | Located at the bottom-left of the form and is resizable vertically and horizontally. |
BottomRight | Located at the bottom-right of the form and is resizable vertically and horizontally. |
Left | Located at the left of the form and is resizable horizontally. |
None | No grab handle is visible |
Right | Located at the right of the form and is resizable horizontally. |
Top | Located at the top of the form and is resizable vertically. |
TopLeft | Located at the top-left of the form and is resizable vertically and horizontally. |
TopRight | Located at the top-right of the form and is resizable vertically and horizontally. |
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