Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: RT.Util.Controls.LinkEventArgs

Summary

Provides data for the LabelEx.LinkActivated event.

Constructors

LinkEventArgs(string linkId, IEnumerable<Rectangle> linkLocation)
Constructor.

Instance properties

stringGets the user-specified Link ID associated with the activated link.
Rectangle[]Gets the location of the link as a series of rectangles relative to the control’s client co-ordinates.