[This is preliminary documentation and is subject to change.]
Common base for items in Items
Namespace: Tools.WindowsT.FormsTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[SerializableAttribute] [DefaultEventAttribute("Changed")] [DefaultPropertyAttribute("Text")] public abstract class LinkLabelItem : IReportsChange, ISerializable |
| Visual Basic |
|---|
<SerializableAttribute> _ <DefaultEventAttribute("Changed")> _ <DefaultPropertyAttribute("Text")> _ Public MustInherit Class LinkLabelItem _ Implements IReportsChange, ISerializable |
| Visual C++ |
|---|
[SerializableAttribute] [DefaultEventAttribute(L"Changed")] [DefaultPropertyAttribute(L"Text")] public ref class LinkLabelItem abstract : IReportsChange, ISerializable |
| F# |
|---|
[<AbstractClassAttribute>] [<SerializableAttribute>] [<DefaultEventAttribute("Changed")>] [<DefaultPropertyAttribute("Text")>] type LinkLabelItem = class interface IReportsChange interface ISerializable end |
| JScript |
|---|
public abstract class LinkLabelItem implements IReportsChange, ISerializable |
Inheritance Hierarchy
System..::..Object
Tools.WindowsT.FormsT..::..LinkLabel..::..LinkLabelItem
Tools.WindowsT.FormsT..::..LinkLabel..::..LinkItem
Tools.WindowsT.FormsT..::..LinkLabel..::..TextItem
Tools.WindowsT.FormsT..::..LinkLabel..::..LinkLabelItem
Tools.WindowsT.FormsT..::..LinkLabel..::..LinkItem
Tools.WindowsT.FormsT..::..LinkLabel..::..TextItem