Slider.OnIncreaseSmall Method

Definition

Responds to an IncreaseSmall command.

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

Remarks

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

Applies to