WindowResizeGrip.ResizeTarget Property
Gets or sets the target element that this class will resize.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Property ResizeTarget As IResizable
public IResizable ResizeTarget { get; set; }
public:
property IResizable^ ResizeTarget {
IResizable^ get ();
void set (IResizable^ value);
}
member ResizeTarget : IResizable with get, set
function get ResizeTarget () : IResizable
function set ResizeTarget (value : IResizable)
Property Value
Type: Microsoft.VisualStudio.PlatformUI.IResizable
Returns the target element to resize.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.