WindowResizeGrip.ResizeTarget Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the target element that this WindowResizeGrip will resize.
public:
property Microsoft::VisualStudio::PlatformUI::IResizable ^ ResizeTarget { Microsoft::VisualStudio::PlatformUI::IResizable ^ get(); void set(Microsoft::VisualStudio::PlatformUI::IResizable ^ value); };
public:
property Microsoft::VisualStudio::PlatformUI::IResizable ^ ResizeTarget { Microsoft::VisualStudio::PlatformUI::IResizable ^ get(); void set(Microsoft::VisualStudio::PlatformUI::IResizable ^ value); };
public Microsoft.VisualStudio.PlatformUI.IResizable ResizeTarget { get; set; }
member this.ResizeTarget : Microsoft.VisualStudio.PlatformUI.IResizable with get, set
Public Property ResizeTarget As IResizable
Property Value
Returns the target element to resize.