LocalizableTypeConverter Class

Definition

A type converter to show the properies of a class using localized name, description, and category

public class LocalizableTypeConverter : System.ComponentModel.TypeConverter
type LocalizableTypeConverter = class
    inherit TypeConverter
Public Class LocalizableTypeConverter
Inherits TypeConverter
Inheritance
LocalizableTypeConverter

Constructors

LocalizableTypeConverter()

Methods

GetProperties(ITypeDescriptorContext, Object, Attribute[])

Get a collection of PropertyDescriptors describing the properties of the input object

GetProperties(PropertyInfo[])

Get a collection of PropertyDescriptors describing the properties passed in. The ResourceManager will be retrieved from the declaring type of the first property in the list of properties.

GetPropertiesSupported(ITypeDescriptorContext)

Whether custom property descriptions supported

GetTypeMemberDescriptor(Type)

Retrieves the MemberDescriptor for the type

Applies to