Slider.OnIncreaseLarge Method

Definition

Responds to an IncreaseLarge command.

protected:
 virtual void OnIncreaseLarge();
protected virtual void OnIncreaseLarge ();
abstract member OnIncreaseLarge : unit -> unit
override this.OnIncreaseLarge : unit -> unit
Protected Overridable Sub OnIncreaseLarge ()

Remarks

This method increases the Value of the Slider by LargeChange and moves the Thumb to reflect the change.

Applies to