Edit

Share via


SurfaceDialTextbox.SetEnableMinMaxValue(DependencyObject, Boolean) Method

Definition

Setter of the EnableMinMax property

public static void SetEnableMinMaxValue (Windows.UI.Xaml.DependencyObject obj, bool value);
static member SetEnableMinMaxValue : Windows.UI.Xaml.DependencyObject * bool -> unit
Public Shared Sub SetEnableMinMaxValue (obj As DependencyObject, value As Boolean)

Parameters

obj
Windows.UI.Xaml.DependencyObject

The Depenency Object we are dealing with, like a TextBox.

value
Boolean

The value to set the property to.

Applies to