WindowResizeGrip::ResizeTarget Property
Visual Studio 2015
Gets or sets the target element that this class will resize.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: property IResizable^ ResizeTarget { IResizable^ get(); void set(IResizable^ value); }
Property Value
Type: Microsoft.VisualStudio.PlatformUI::IResizable^Returns the target element to resize.
Show: