WindowResizeGripDirectionExtensions.IsResizingLeft(WindowResizeGripDirection) Метод
Определение
public:
[System::Runtime::CompilerServices::Extension]
static bool IsResizingLeft(Microsoft::VisualStudio::PlatformUI::WindowResizeGripDirection direction);
public:
[System::Runtime::CompilerServices::Extension]
static bool IsResizingLeft(Microsoft::VisualStudio::PlatformUI::WindowResizeGripDirection direction);
public static bool IsResizingLeft (this Microsoft.VisualStudio.PlatformUI.WindowResizeGripDirection direction);
static member IsResizingLeft : Microsoft.VisualStudio.PlatformUI.WindowResizeGripDirection -> bool
<Extension()>
Public Function IsResizingLeft (direction As WindowResizeGripDirection) As Boolean
Параметры
- direction
- WindowResizeGripDirection
Направление изменения размера для проверки.The resize direction to check.
Возвращаемое значение
Возвращает true
, если направление изменения размера равно Left , BottomLeft или TopLeft ; в противном случае возвращает false
.Returns true
if the resize direction is Left, BottomLeft or TopLeft; otherwise returns false
.