IResizable Interface
Represents an element that can be resized and moved through deltas.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Interface IResizable
public interface IResizable
The IResizable type exposes the following members.
Properties
Name | Description | |
---|---|---|
CurrentBounds | Gets the position of the resizable element, in logical coordinates. | |
CurrentScreenBounds | Gets the screen position of the resizable element, in device coordinates. | |
MaxSize | Gets the maximum size of the resizable element, in logical coordinates. | |
MinSize | Gets the minimum size of the resizable element, in logical coordinates. |
Top
Methods
Name | Description | |
---|---|---|
UpdateBounds | Repositions the element with the given deltas. |
Top
Remarks
This interface is used in conjunction with the WindowResizeGrip.