ScrollBar.UpdateScrollInfo Method

Definition

Updates the ScrollBar control.

protected:
 void UpdateScrollInfo();
protected void UpdateScrollInfo ();
member this.UpdateScrollInfo : unit -> unit
Protected Sub UpdateScrollInfo ()

Remarks

The UpdateScrollInfo method redraws the ScrollBar by using the values of the Minimum, Maximum, LargeChange, and Value properties.

Applies to