Slider.OnMaximizeValue Method

Definition

Responds to the MaximizeValue command.

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

Remarks

This method changes the Value of the Slider to Maximum and moves the Thumb to reflect the change.

Applies to