Class MaskedEditTypeConvert
Inheritance
System.Object
MaskedEditTypeConvert
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
public class MaskedEditTypeConvert : StringConverter
Constructors
Declaration
public MaskedEditTypeConvert()
Methods
GetStandardValues(ITypeDescriptorContext)
Declaration
public override TypeConverter.StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
Parameters
Type |
Name |
Description |
System.ComponentModel.ITypeDescriptorContext |
context |
|
Returns
Type |
Description |
System.ComponentModel.TypeConverter.StandardValuesCollection |
|
GetStandardValuesExclusive(ITypeDescriptorContext)
Declaration
public override bool GetStandardValuesExclusive(ITypeDescriptorContext context)
Parameters
Type |
Name |
Description |
System.ComponentModel.ITypeDescriptorContext |
context |
|
Returns
Type |
Description |
System.Boolean |
|
GetStandardValuesSupported(ITypeDescriptorContext)
Declaration
public override bool GetStandardValuesSupported(ITypeDescriptorContext context)
Parameters
Type |
Name |
Description |
System.ComponentModel.ITypeDescriptorContext |
context |
|
Returns
Type |
Description |
System.Boolean |
|