Control::ResizeRedraw Property
.NET Framework (current version)
Gets or sets a value indicating whether the control redraws itself when resized.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if the control redraws itself when resized; otherwise, false.
The ResizeRedraw property value is equivalent to the return value of the GetStyle method when passing in the ControlStyles::ResizeRedraw value as a parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: