TextBoxExtensions.SetCustomMask(TextBox, String) 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.
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