LocalizableMemberDescriptor 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.
LocalizableMemberDescriptor is a generic descriptor that LocalizableTypeConverter uses to return MemberDescriptor information for Types.
public class LocalizableMemberDescriptor : System.ComponentModel.MemberDescriptor
type LocalizableMemberDescriptor = class
inherit MemberDescriptor
Public Class LocalizableMemberDescriptor
Inherits MemberDescriptor
- Inheritance
-
LocalizableMemberDescriptor
Constructors
LocalizableMemberDescriptor(Type, ResourceManager, Boolean) |
Constructor |
Properties
Category |
The localized category string for the property |
Description |
The localized description of the property |
DesignTimeOnly |
Whether the property can only be set at design time |
DisplayName |
The localized name that is to be displayed in object browsers such as PropertyGrid |
IsBrowsable |
Whether the property should be displayed in object browsers such as PropertyGrid |
Name |
The unlocalized property name |