Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Class: RT.Util.Controls.LinkEventArgsSummaryProvides data for the LabelEx.LinkActivated event. ConstructorsLinkEventArgs(string linkId, IEnumerable<Rectangle> linkLocation) | Constructor. |
Instance propertiesstring | | Gets 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. |
|