WindowResizeGripDirectionExtensions::IsResizingTop Method (WindowResizeGripDirection)
Visual Studio 2015
Determines whether the specified resize direction affects the top of the resized element.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: [ExtensionAttribute] static bool IsResizingTop( WindowResizeGripDirection direction )
Parameters
- direction
-
Type:
Microsoft.VisualStudio.PlatformUI::WindowResizeGripDirection
The resize direction to check.
Return Value
Type: System::BooleanReturns true if the resize direction is Top, TopLeft or TopRight; otherwise returns false.
Show: