This method calls the Control.CreateParams method to get the styles to apply. The styles assigned to the CreateParams.Style and CreateParams.ExStyle properties of the System.Windows.Forms.CreateParams assigned to the control's Control.CreateParams property are reapplied. The control is repainted to reflect the style changes if necessary.
The Control.UpdateStyles method has no effect if the Control.IsHandleCreated property value is false.