Gets or sets a value indicating whether the control redraws itself when resized.
[Visual Basic]
Protected Property ResizeRedraw As Boolean
[C#]
protected bool ResizeRedraw {get; set;}
[C++]
protected: __property bool get_ResizeRedraw();
protected: __property void set_ResizeRedraw(bool);
[JScript]
protected function get ResizeRedraw() : Boolean;
protected function set ResizeRedraw(Boolean); Property Value
true if the control redraws itself when resized; otherwise, false.
Remarks
The ResizeRedraw property value is equivalent to the return value of the GetStyle method when passing in the ControlStyles.ResizeRedraw value as a parameter.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
Control Class | Control Members | System.Windows.Forms Namespace | GetStyle | SetStyle | ControlStyles.ResizeRedraw