ValidatedControlConverter

ValidatedControlConverter

System.Web.UI.WebControls (system.web.dll)class

This class is used to provide a list of validatable controls in the property browser. It allows you to set properties like CompareValidator.ControlToValidate at design time.

public class ValidatedControlConverter : System.ComponentModel.StringConverter { // Public Constructors    public ValidatedControlConverter( ); // Public Instance Methods    public override StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context);               // overrides System.ComponentModel.TypeConverter    public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context);               // overrides System.ComponentModel.TypeConverter    public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context);               // overrides System.ComponentModel.TypeConverter }

Hierarchy

System.Object System.ComponentModel.TypeConverter System.ComponentModel.StringConverter ValidatedControlConverter



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net