System.ComponentModel.PropertyDescriptor.IsLocalizable Property

Gets a value indicating whether this property should be localized, as specified in the System.ComponentModel.LocalizableAttribute.

Syntax

public virtual bool IsLocalizable { get; }

Value

Documentation for this section has not yet been entered.

Remarks

When a property is marked with the System.ComponentModel.LocalizableAttribute set to true and used in a visual designer, its values are saved in a resource file. If you mark a property with the attribute and then set the property in code, resource files are not used.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0