WindowResizeGripDirectionExtensions Class

 

Extensions for the window resize grip direction.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System.Object
  Microsoft.VisualStudio.PlatformUI.WindowResizeGripDirectionExtensions

public static class WindowResizeGripDirectionExtensions

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticIsResizingBottom(WindowResizeGripDirection)

Determines whether the specified resize direction affects the bottom of the resized element.

System_CAPS_pubmethodSystem_CAPS_staticIsResizingHorizontally(WindowResizeGripDirection)

Determines whether the specified resize direction affects the horizontal width of the resized element.

System_CAPS_pubmethodSystem_CAPS_staticIsResizingLeft(WindowResizeGripDirection)

Determines whether the specified resize direction affects the left of the resized element.

System_CAPS_pubmethodSystem_CAPS_staticIsResizingRight(WindowResizeGripDirection)

Determines whether the specified resize direction affects the right of the resized element.

System_CAPS_pubmethodSystem_CAPS_staticIsResizingTop(WindowResizeGripDirection)

Determines whether the specified resize direction affects the top of the resized element.

System_CAPS_pubmethodSystem_CAPS_staticIsResizingVertically(WindowResizeGripDirection)

Determines whether the specified resize direction affects the height of the resized element.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: