Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Extensions for the window resize grip direction.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.PlatformUI.WindowResizeGripDirectionExtensions
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public NotInheritable Class WindowResizeGripDirectionExtensions
public static class WindowResizeGripDirectionExtensions
[ExtensionAttribute]
public ref class WindowResizeGripDirectionExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type WindowResizeGripDirectionExtensions = class end
public final class WindowResizeGripDirectionExtensions
The WindowResizeGripDirectionExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() |
IsResizingBottom | Determines whether the specified resize direction affects the bottom of the resized element. |
![]() ![]() |
IsResizingHorizontally | Determines whether the specified resize direction affects the horizontal width of the resized element. |
![]() ![]() |
IsResizingLeft | Determines whether the specified resize direction affects the left of the resized element. |
![]() ![]() |
IsResizingRight | Determines whether the specified resize direction affects the right of the resized element. |
![]() ![]() |
IsResizingTop | Determines whether the specified resize direction affects the top of the resized element. |
![]() ![]() |
IsResizingVertically | Determines whether the specified resize direction affects the height of the resized element. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.