System.Windows.Forms.Control.ResizeRedraw Property

Gets or sets a value indicating whether the control redraws itself when resized.

Syntax

protected bool ResizeRedraw { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Control.ResizeRedraw property value is equivalent to the return value of the Control.GetStyle(ControlStyles) method when passing in the ControlStyles.ResizeRedraw value as a parameter.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0