WindowResizeGripDirectionExtensions.IsResizingHorizontally Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
[System::Runtime::CompilerServices::Extension]
static bool IsResizingHorizontally(Microsoft::VisualStudio::PlatformUI::WindowResizeGripDirection direction);
public:
[System::Runtime::CompilerServices::Extension]
static bool IsResizingHorizontally(Microsoft::VisualStudio::PlatformUI::WindowResizeGripDirection direction);
public static bool IsResizingHorizontally (this Microsoft.VisualStudio.PlatformUI.WindowResizeGripDirection direction);
static member IsResizingHorizontally : Microsoft.VisualStudio.PlatformUI.WindowResizeGripDirection -> bool
<Extension()>
Public Function IsResizingHorizontally (direction As WindowResizeGripDirection) As Boolean
Parameters
- direction
- WindowResizeGripDirection
The resize direction to check.
Returns
Returns true
if the resize direction is not Bottom and not Top; otherwise returns false
.