[This is preliminary documentation and is subject to change.]
Localizable version of DescriptionAttribute. Defines description shown in PropertyGrid.
Namespace:
Tools.ComponentModelTAssembly: Tools (in Tools.dll) Version: 1.5.2.0
Author: Đonny
Vertion history
- 1.5.2 (Release Candidate)
- VersionAttribute and AuthorAttribute removed
Syntax
| C# |
|---|
public class LDescriptionAttribute : DescriptionAttribute |
| Visual Basic (Declaration) |
|---|
Public Class LDescriptionAttribute _ Inherits DescriptionAttribute |
| Visual C++ |
|---|
public ref class LDescriptionAttribute : public DescriptionAttribute |
| J# |
|---|
public class LDescriptionAttribute extends DescriptionAttribute |
| JScript |
|---|
public class LDescriptionAttribute extends DescriptionAttribute |
Remarks
Localizable means that value can be loaded from resources or any Public Static (Shared in Visual Basic) property.
Description can be localized by resource or by static property depending on value of the ResourceName property.
Inheritance Hierarchy
System..::.Object
System..::.Attribute
System.ComponentModel..::.DescriptionAttribute
Tools.ComponentModelT..::.LDescriptionAttribute
System..::.Attribute
System.ComponentModel..::.DescriptionAttribute
Tools.ComponentModelT..::.LDescriptionAttribute