WindowResizeGripDirectionExtensions.IsResizingVertically Method

Definition

public:
[System::Runtime::CompilerServices::Extension]
 static bool IsResizingVertically(Microsoft::VisualStudio::PlatformUI::WindowResizeGripDirection direction);
public:
[System::Runtime::CompilerServices::Extension]
 static bool IsResizingVertically(Microsoft::VisualStudio::PlatformUI::WindowResizeGripDirection direction);
public static bool IsResizingVertically (this Microsoft.VisualStudio.PlatformUI.WindowResizeGripDirection direction);
static member IsResizingVertically : Microsoft.VisualStudio.PlatformUI.WindowResizeGripDirection -> bool
<Extension()>
Public Function IsResizingVertically (direction As WindowResizeGripDirection) As Boolean

Parameters

direction
WindowResizeGripDirection

The resize direction to check.

Returns

Returns true if the resize direction is not Left and not Right; otherwise returns false.

Applies to