AssociatedControlConverter Members

Provides a type converter that retrieves a list of WebControl controls in the current container.

The following tables list the members exposed by the AssociatedControlConverter type.

  Name Description
Public method AssociatedControlConverter Initializes a new instance of the AssociatedControlConverter class.
Top

(see also Protected Methods )
  Name Description
Public method CanConvertFrom  Overloaded. Gets a value indicating whether this converter can convert an object in the given source type to a string using the specified context. (inherited from StringConverter)
Public method CanConvertTo  Overloaded. Returns whether this converter can convert the object to the specified type. (inherited from TypeConverter)
Public method ConvertFrom  Overloaded. Converts the specified value object to a String object. (inherited from StringConverter)
Public method ConvertFromInvariantString  Overloaded. Converts the value to a type of this converter, using the invariant culture. (inherited from TypeConverter)
Public method ConvertFromString  Overloaded. Converts the specified text to an object. (inherited from TypeConverter)
Public method ConvertTo  Overloaded. Converts the given value object to the specified type. (inherited from TypeConverter)
Public method ConvertToInvariantString  Overloaded. Converts the specified value to a culture-invariant string representation. (inherited from TypeConverter)
Public method ConvertToString  Overloaded. Converts the specified value to a string representation. (inherited from TypeConverter)
Public method CreateInstance  Overloaded. Re-creates an Object given a set of property values for the object. (inherited from TypeConverter)
Public method Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
Public method GetCreateInstanceSupported  Overloaded. Returns whether changing a value on this object requires a call to the CreateInstance method to create a new value. (inherited from TypeConverter)
Public method GetHashCode  Serves as a hash function for a particular type. (inherited from Object)
Public method GetProperties  Overloaded. Returns a collection of properties for the type of array specified by the value parameter. (inherited from TypeConverter)
Public method GetPropertiesSupported  Overloaded. Returns whether this object supports properties. (inherited from TypeConverter)
Public method GetStandardValues  Overloaded. Returns a list of control IDs in the current container at design time. (inherited from ControlIDConverter)
Public method GetStandardValuesExclusive  Overloaded. Returns a value indicating whether the collection of control ID values returned by the GetStandardValues method is an exclusive list of possible values. (inherited from ControlIDConverter)
Public method GetStandardValuesSupported  Overloaded. Returns a value indicating whether this converter supports a standard set of control ID values that can be picked from a list. (inherited from ControlIDConverter)
Public method GetType  Gets the Type of the current instance. (inherited from Object)
Public method IsValid  Overloaded. Returns whether the given value object is valid for this type. (inherited from TypeConverter)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method ToString  Returns a String that represents the current Object. (inherited from Object)
Top

  Name Description
Protected method FilterControl Overridden. Indicates whether the provided control inherits from WebControl.
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Protected method GetConvertFromException  Returns an exception to throw when a conversion cannot be performed. (inherited from TypeConverter)
Protected method GetConvertToException  Returns an exception to throw when a conversion cannot be performed. (inherited from TypeConverter)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)
Protected method SortProperties  Sorts a collection of properties. (inherited from TypeConverter)
Top

Community Additions

ADD
Show: