[This is preliminary documentation and is subject to change.]
Author: Đonny
DefaultValueAttribute that takes its value from DefaultSettingValueAttribute
Namespace: Tools.ComponentModelTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public class SettingsInheritDefaultValueAttribute : DefaultValueAttribute |
| Visual Basic |
|---|
Public Class SettingsInheritDefaultValueAttribute _ Inherits DefaultValueAttribute |
| Visual C++ |
|---|
public ref class SettingsInheritDefaultValueAttribute : public DefaultValueAttribute |
| F# |
|---|
type SettingsInheritDefaultValueAttribute = class inherit DefaultValueAttribute end |
| JScript |
|---|
public class SettingsInheritDefaultValueAttribute extends DefaultValueAttribute |
Inheritance Hierarchy
System..::..Object
System..::..Attribute
System.ComponentModel..::..DefaultValueAttribute
Tools.ComponentModelT..::..SettingsInheritDefaultValueAttribute
System..::..Attribute
System.ComponentModel..::..DefaultValueAttribute
Tools.ComponentModelT..::..SettingsInheritDefaultValueAttribute
See Also
Version History
1.5.2
- (RC) VersionAttribute and AuthorAttribute removed