TextBoxRegex.GetIsValid(TextBox) Method

Definition

Gets the value of the TextBoxRegex.IsValid XAML attached property from the specified TextBox.

public static bool GetIsValid (Windows.UI.Xaml.Controls.TextBox textBox);
static member GetIsValid : Windows.UI.Xaml.Controls.TextBox -> bool
Public Shared Function GetIsValid (textBox As TextBox) As Boolean

Parameters

textBox
Windows.UI.Xaml.Controls.TextBox

TextBox to be validated.

Returns

TextBox regular expression validation result

Applies to