Class StandartMaskTextBoxProvider
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[Obsolete("Use StandardMaskTextBoxProvider instead.")]
public class StandartMaskTextBoxProvider : StandardMaskTextBoxProvider, IMaskProvider
Constructors
StandartMaskTextBoxProvider(String, CultureInfo, RadMaskedEditBoxElement, Boolean, Char, Char, Boolean)
Declaration
[Obsolete("Use StandardMaskTextBoxProvider instead.")]
public StandartMaskTextBoxProvider(string mask, CultureInfo culture, RadMaskedEditBoxElement owner, bool allowPromptAsInput, char promptChar, char passwordChar, bool restrictToAscii)
Parameters
System.String
mask
|
System.Globalization.CultureInfo
culture
|
RadMaskedEditBoxElement
owner
|
System.Boolean
allowPromptAsInput
|
System.Char
promptChar
|
System.Char
passwordChar
|
System.Boolean
restrictToAscii
|