Edit

Share via


TextBoxExtensions.SetCustomMask(TextBox, String) Method

Definition

Sets CustomMask property which represents the custom mask that the user can create to add his own variable characters based on certain regex expression

public static void SetCustomMask (Windows.UI.Xaml.Controls.TextBox obj, string value);
static member SetCustomMask : Windows.UI.Xaml.Controls.TextBox * string -> unit
Public Shared Sub SetCustomMask (obj As TextBox, value As String)

Parameters

obj
Windows.UI.Xaml.Controls.TextBox

TextBox Control

value
String

CustomMask Value

Applies to