Version

CustomTypeDescriptorAdapter Class Members

The following tables list the members exposed by CustomTypeDescriptorAdapter.

Protected Fields
 NameDescription
Protected FieldcomponentAssociated component.  
Public Methods
 NameDescription
Public MethodEqualsIndicates if the object is equivalent to the specified object  
Public MethodGetAttributesICustomTypeDescriptor.GetAttributes implementation.  
Public MethodGetClassNameICustomTypeDescriptor.GetClassName implementation.  
Public MethodGetComponentNameICustomTypeDescriptor.GetComponentName implementation.  
Public MethodGetConverterICustomTypeDescriptor.GetConverter implementation.  
Public MethodGetDefaultEventICustomTypeDescriptor.GetDefaultEvent implementation.  
Public MethodGetDefaultPropertyICustomTypeDescriptor.GetDefaultProperty implementation.  
Public MethodGetEditorICustomTypeDescriptor.GetEditor implementation.  
Public MethodGetEventsOverloaded. ICustomTypeDescriptor.GetEvents implementation.  
Public MethodGetHashCodeReturns the hashcode of the underlying component.  
Public MethodGetPropertiesOverloaded. ICustomTypeDescriptor.GetProperties implementation.  
Public MethodGetPropertyOwnerICustomTypeDescriptor.GetPropertyOwner implementation.  
Protected Methods
 NameDescription
Protected MethodGetCustomDisplayNameAllows localization of the property name by supplying a custom DisplayName for the property.  
Protected MethodGetPropertyAttributesReturns a list of the attributes applied to the property. Can be overridden to allow modifying the attributes.  
Protected MethodShouldIncludePropertyUsed to determine which properties should be returned from the base System.ComponentModel.ICustomTypeDescriptor implementation  
Protected MethodWrapPropertyValueInvoked when the value of the custom property descriptor is requested so the property value may be wrapped by a custom type descriptor if necessary.  
See Also