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

Author: Đonny

LinkLabel with improved design-time behavior

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

See Also

Collapse/expand Version History

1.5.2