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

LinkLabel with improved design-time behavior

The LinkLabel..::..LinkClickedEventArgs type exposes the following members.

Constructors

Properties

  NameDescription
Public propertyButton
Gets the mouse button that causes the link to be clicked.
(Inherited from LinkLabelLinkClickedEventArgs.)
Public propertyItem
The item that was clicked
Public propertyLink
Gets the LinkLabel..::..Link that was clicked.
(Inherited from LinkLabelLinkClickedEventArgs.)
Public propertyLinkURI
In case the item is of the type LinkLabel..::..AutoLink then contains value of the LinkURI of the item.

See Also