The following tables list the members exposed by CustomTypeDescriptorAdapter.
Name | Description | |
---|---|---|
component | Associated component. |
Name | Description | |
---|---|---|
Equals | Indicates if the object is equivalent to the specified object | |
GetAttributes | ICustomTypeDescriptor.GetAttributes implementation. | |
GetClassName | ICustomTypeDescriptor.GetClassName implementation. | |
GetComponentName | ICustomTypeDescriptor.GetComponentName implementation. | |
GetConverter | ICustomTypeDescriptor.GetConverter implementation. | |
GetDefaultEvent | ICustomTypeDescriptor.GetDefaultEvent implementation. | |
GetDefaultProperty | ICustomTypeDescriptor.GetDefaultProperty implementation. | |
GetEditor | ICustomTypeDescriptor.GetEditor implementation. | |
GetEvents | Overloaded. ICustomTypeDescriptor.GetEvents implementation. | |
GetHashCode | Returns the hashcode of the underlying component. | |
GetProperties | Overloaded. ICustomTypeDescriptor.GetProperties implementation. | |
GetPropertyOwner | ICustomTypeDescriptor.GetPropertyOwner implementation. |
Name | Description | |
---|---|---|
GetCustomDisplayName | Allows localization of the property name by supplying a custom DisplayName for the property. | |
GetPropertyAttributes | Returns a list of the attributes applied to the property. Can be overridden to allow modifying the attributes. | |
ShouldIncludeProperty | Used to determine which properties should be returned from the base System.ComponentModel.ICustomTypeDescriptor implementation | |
WrapPropertyValue | Invoked when the value of the custom property descriptor is requested so the property value may be wrapped by a custom type descriptor if necessary. |