[This is preliminary documentation and is subject to change.]
Author: Đonny
LinkLabel with improved design-time behavior
Namespace: Tools.WindowsT.FormsTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[PrefixAttribute("llb")] [DefaultPropertyAttribute("Items")] [DefaultEventAttribute("LinkClicked")] [ToolboxBitmapAttribute(typeof(LinkLabel))] public class LinkLabel : LinkLabel |
| Visual Basic |
|---|
<PrefixAttribute("llb")> _ <DefaultPropertyAttribute("Items")> _ <DefaultEventAttribute("LinkClicked")> _ <ToolboxBitmapAttribute(GetType(LinkLabel))> _ Public Class LinkLabel _ Inherits LinkLabel |
| Visual C++ |
|---|
[PrefixAttribute(L"llb")] [DefaultPropertyAttribute(L"Items")] [DefaultEventAttribute(L"LinkClicked")] [ToolboxBitmapAttribute(typeof(LinkLabel))] public ref class LinkLabel : public LinkLabel |
| F# |
|---|
[<PrefixAttribute("llb")>] [<DefaultPropertyAttribute("Items")>] [<DefaultEventAttribute("LinkClicked")>] [<ToolboxBitmapAttribute(typeof(LinkLabel))>] type LinkLabel = class inherit LinkLabel end |
| JScript |
|---|
public class LinkLabel extends LinkLabel |
Inheritance Hierarchy
System..::..Object
System..::..MarshalByRefObject
System.ComponentModel..::..Component
System.Windows.Forms..::..Control
System.Windows.Forms..::..Label
System.Windows.Forms..::..LinkLabel
Tools.WindowsT.FormsT..::..LinkLabel
System..::..MarshalByRefObject
System.ComponentModel..::..Component
System.Windows.Forms..::..Control
System.Windows.Forms..::..Label
System.Windows.Forms..::..LinkLabel
Tools.WindowsT.FormsT..::..LinkLabel
See Also
Version History
1.5.2
- (Release) VersionAttribute and AuthorAttribute removed