Version

ToolWindowResizeElementLocation Enumeration

Enumeration indicating the location of a resize border.
Syntax
'Declaration
 
Public Enum ToolWindowResizeElementLocation 
   Inherits System.Enum
public enum ToolWindowResizeElementLocation : System.Enum 
Members
MemberDescription
BottomRepresents the border edge used to increase the height from the bottom.
BottomLeftRepresents the border edge used to increase the height and width from the bottom left corner.
BottomRightRepresents the border edge used to increase the height and width from the top right corner.
LeftRepresents the border edge used to increase the width from the left.
RightRepresents the border edge used to increase the width from the right.
TopRepresents the border edge used to increase the height from the top.
TopLeftRepresents the border edge used to increase the height and width from the top left corner.
TopRightRepresents the border edge used to increase the height and width from the top right corner.
Requirements

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