WindowResizeGrip::ResizeTarget Property

 

Gets or sets the target element that this class will resize.

Namespace:   Microsoft.VisualStudio.PlatformUI
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.

Return to top
Show: