TextBoxExtensions.GetIsValid(TextBox) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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