Include Protected Members
Include Inherited Members
LocalizableProperties provides a class that supplies custom type information on localizable properties for an object.
The LocalizableProperties type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | LocalizableProperties | This default constructor creates a LocalizableProperties object. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | CreateDesignPropertyDescriptor | Returns a DesignPropertyDescriptor wrapper on the given property descriptor. | 
| .gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | 
| .gif) | 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.) | 
| .gif) | GetAttributes | Gets a collection of attributes for this component. | 
| .gif) | GetClassName | Returns the class name of this object. | 
| .gif) | GetComponentName | Returns the name of this object. | 
| .gif) | GetConverter | Returns a type converter for this object. | 
| .gif) | GetDefaultEvent | Returns the default event for this object. | 
| .gif) | GetDefaultProperty | Gets the default property for a component. | 
| .gif) | GetEditor | Retrieves the editor for this object. | 
| .gif) | GetEvents() | Gets the collection of events for a specified component. | 
| .gif) | GetEvents(array<Attribute[]) | Gets the collection of events for a specified component using a specified array of attributes as a filter. | 
| .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
| .gif) | GetProperties() | Gets the collection of properties. | 
| .gif) | GetProperties(array<Attribute[]) | Returns the properties for selected object using the attribute array as a filter. | 
| .gif) | GetPropertyOwner | Returns the brows-able object. | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | ToString | Returns a String that represents the current Object. (Inherited from Object.) | 
Top