[This is preliminary documentation and is subject to change.]

Common base for items in Items

Namespace: Tools.WindowsT.FormsT
Assembly: 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

See Also