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

LinkLabel with improved design-time behavior

Namespace:  Tools.WindowsT.FormsT
Assembly:  Tools.Windows (in Tools.Windows.dll) Version: 1.5.2.0

Author: Đonny

Vertion history

1.5.2 (Release)
VersionAttribute and AuthorAttribute removed

Syntax

C#
[DefaultPropertyAttribute("Items")]
[ToolboxBitmapAttribute(typeof(LinkLabel))]
[DefaultEventAttribute("LinkClicked")]
[PrefixAttribute("llb")]
public class LinkLabel : LinkLabel
Visual Basic (Declaration)
<DefaultPropertyAttribute("Items")> _
<ToolboxBitmapAttribute(GetType(LinkLabel))> _
<DefaultEventAttribute("LinkClicked")> _
<PrefixAttribute("llb")> _
Public Class LinkLabel _
	Inherits LinkLabel
Visual C++
[DefaultPropertyAttribute(L"Items")]
[ToolboxBitmapAttribute(typeof(LinkLabel))]
[DefaultEventAttribute(L"LinkClicked")]
[PrefixAttribute(L"llb")]
public ref class LinkLabel : public LinkLabel
J#
/** @attribute DefaultPropertyAttribute("Items") */
/** @attribute ToolboxBitmapAttribute(LinkLabel) */
/** @attribute DefaultEventAttribute("LinkClicked") */
/** @attribute PrefixAttribute("llb") */
public class LinkLabel extends LinkLabel
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

See Also