Class IPMaskTextBoxProvider
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class IPMaskTextBoxProvider : StandardMaskTextBoxProvider, IMaskProvider
Constructors
IPMaskTextBoxProvider(CultureInfo, RadMaskedEditBoxElement, Boolean, Char, Char, Boolean)
Initializes a new instance of the IPMask
Declaration
public IPMaskTextBoxProvider(CultureInfo culture, RadMaskedEditBoxElement owner, bool allowPromptAsInput, char promptChar, char passwordChar, bool restrictToAscii)
Parameters
System. The culture. |
Rad The owner. |
System. A value indicating whether the prompt char is allowed as input. |
System. The prompt character. |
System. The password character. |
System. A value indicating whether to restrict the input to ASCII. |
Properties
ErrorMessage
Gets or sets the error message.
Declaration
public virtual string ErrorMessage { get; set; }
Property Value
System.
|
Value
Gets or sets the value.
Declaration
public override object Value { get; set; }
Property Value
System.
|
Overrides
Methods
KeyPress(Object, KeyPressEventArgs)
Occurs when a key is pressed.
Declaration
public override void KeyPress(object sender, KeyPressEventArgs e)
Parameters
System. The sender. |
System. Key event arguments. |
Overrides
SetValueCore(Object)
Sets the string interpretation of the value, using the Key
Declaration
protected virtual void SetValueCore(object value)
Parameters
System.
|
ToString()
Returns the formatted string.
Declaration
public override string ToString()
Returns
System. The formatted System.String that includes all the assigned character values. |