Constable Authorization Engine 2.0 BETA

AutoLinkLabel Class

[This is preliminary documentation and subject to change.]

A LinkLabel control descendant that automatically recognizes and processes HTML anchor (<a>) tags.

For a list of all members of this type, see AutoLinkLabel Members.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.Label
               System.Windows.Forms.LinkLabel
                  LaMarvin.Design.Controls.AutoLinkLabel

[Visual Basic]
NotInheritable Public Class AutoLinkLabel
    Inherits LinkLabel
[C#]
public sealed class AutoLinkLabel : LinkLabel

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Only the href attribute of the <a> tag is recognized and it must always be enclosed in double quotes, for example:

[Visual Basic]
Me.AutoLinkLabel1.Text = "<a href=""mailto:palo@lamarvin.com"">Click here</a> to email me."
[C#]
this.autoLinkLabel1.Text = @"<a href=""mailto:palo@lamarvin.com"">Click here</a> to email me."

Requirements

Namespace: LaMarvin.Design.Controls

Assembly: LaMarvin.Design (in LaMarvin.Design.dll)

See Also

AutoLinkLabel Members | LaMarvin.Design.Controls Namespace