This documentation is archived and is not being maintained.
PostBackTriggerControlIDConverter Members
Visual Studio 2008
Provides a type converter that retrieves a list of control IDs in the current container.
The PostBackTriggerControlIDConverter type exposes the following members.
| Name | Description | |
|---|---|---|
|
PostBackTriggerControlIDConverter | Initializes a new instance of the PostBackTriggerControlIDConverter class. |
| Name | Description | |
|---|---|---|
|
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. |
|
CanConvertTo | Overloaded. Returns whether this converter can convert the object to the specified type. |
|
ConvertFrom | Overloaded. Converts the specified value object to a String object. |
|
ConvertFromInvariantString | Overloaded. Converts the value to a type of this converter, using the invariant culture. |
|
ConvertFromString | Overloaded. Converts the specified text to an object. |
|
ConvertTo | Overloaded. Converts the given value object to the specified type. |
|
ConvertToInvariantString | Overloaded. Converts the specified value to a culture-invariant string representation. |
|
ConvertToString | Overloaded. Converts the specified value to a string representation. |
|
CreateInstance | Overloaded. Re-creates an Object given a set of property values for the object. |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetConvertFromException | Returns an exception to throw when a conversion cannot be performed. (Inherited from TypeConverter.) |
|
GetConvertToException | Returns an exception to throw when a conversion cannot be performed. (Inherited from TypeConverter.) |
|
GetCreateInstanceSupported | Overloaded. Returns whether changing a value on this object requires a call to the CreateInstance method to create a new value. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetProperties | Overloaded. Returns a collection of properties for the type of array specified by the value parameter. |
|
GetPropertiesSupported | Overloaded. Returns whether this object supports properties. |
|
GetStandardValues | Overloaded. Returns a list of control IDs in the current container at design time. |
|
GetStandardValuesExclusive | Overloaded. Returns a value that indicates whether the collection of standard values that is returned from the GetStandardValues method is an exclusive list. |
|
GetStandardValuesSupported | Overloaded. Returns a value that indicates whether this converter supports a standard set of control IDs that can be selected from a list. |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
IsValid | Overloaded. Returns whether the given value object is valid for this type. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
SortProperties | Sorts a collection of properties. (Inherited from TypeConverter.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: