Share via


IResizable Interface

Represents an element that can be resized and moved through deltas.

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

Syntax

'Declaration
Public Interface IResizable
public interface IResizable
public interface class IResizable
type IResizable =  interface end
public interface IResizable

The IResizable type exposes the following members.

Properties

  Name Description
Public property CurrentBounds Gets the position of the resizable element, in logical coordinates.
Public property CurrentScreenBounds Gets the screen position of the resizable element, in device coordinates.
Public property MaxSize Gets the maximum size of the resizable element, in logical coordinates.
Public property MinSize Gets the minimum size of the resizable element, in logical coordinates.

Top

Methods

  Name Description
Public method UpdateBounds Repositions the element with the given deltas.

Top

Remarks

This interface is used in conjunction with the WindowResizeGrip.

See Also

Reference

Microsoft.VisualStudio.PlatformUI Namespace