LocalizedEnumConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the localized enumerator converter.
public ref class LocalizedEnumConverter abstract : System::ComponentModel::EnumConverter
public abstract class LocalizedEnumConverter : System.ComponentModel.EnumConverter
type LocalizedEnumConverter = class
inherit EnumConverter
Public MustInherit Class LocalizedEnumConverter
Inherits EnumConverter
- Inheritance
-
LocalizedEnumConverter
Constructors
LocalizedEnumConverter(Type, Object[]) |
Initializes a new instance of the LocalizedEnumConverter class. |
Methods
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) |
Converts the localized enumerator from an object. |
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) |
Converts the localized enumerator to an object. |
GetStandardValues(ITypeDescriptorContext) |
Returns the standard values. |