The methods of the ICustomTypeDescriptor interface are listed below. For a complete list of ICustomTypeDescriptor interface members, see the ICustomTypeDescriptor Members topic.
GetAttributes | Retrieves an array of member attributes for the given object. |
GetClassName | Retrieves the class name for this object. If null is returned, the type name is used. |
GetComponentName | Retrieves the name for this object. If null is returned, the default is used. |
GetConverter | Retrieves the type converter for this object. |
GetDefaultEvent | Retrieves the default event. |
GetDefaultProperty | Retrieves the default property. |
GetEditor | Retrieves the an editor for this object. |
GetEvents | Overloaded. [To be supplied.] |
GetProperties | Overloaded. [To be supplied.] |
GetPropertyOwner | Retrieves the object that directly depends on this value being edited. This is generally the object that is required for the PropertyDescriptor's GetValue and SetValue methods. If 'null' is passed for the PropertyDescriptor, the ICustomComponent descripotor implemementation should return the default object, that is the main object that exposes the properties and attributes, |
ICustomTypeDescriptor Interface | System.ComponentModel Namespace