WindowResizeGripDirectionExtensions::IsResizingHorizontally Method (WindowResizeGripDirection)

 

Determines whether the specified resize direction affects the horizontal width of the resized element.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
[ExtensionAttribute]
static bool IsResizingHorizontally(
	WindowResizeGripDirection direction
)

Parameters

direction
Type: Microsoft.VisualStudio.PlatformUI::WindowResizeGripDirection

The resize direction to check.

Return Value

Type: System::Boolean

Returns true if the resize direction is not Bottom and not Top; otherwise returns false.

Return to top
Show: