WindowResizeGripDirectionExtensions.IsResizingRight Method

Definition

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

Parameters

direction
WindowResizeGripDirection

The resize direction to check.

Returns

Returns true if the resize direction is Right, TopRight or BottomRight; otherwise returns false.

Applies to