LinkLabel
From Visual WebGui Wiki
| This article will have a few sections added to it soon, based on the following article type skeleton: NewControlTemplate |
| This article missing it's contents and needs writing. Please help contributing to this wiki and add contents. |
Contents |
Overview
The LinkLabel control is functionally equivialent to the Windows Forms LinkLabel control.
Availability
The LinkLabel is one of the Out of the Box standard controls, which means it is free and available in all Visual WebGui versions.
Relevant members
Properties
| Name | Description |
|---|---|
| Url | The Url property to open when clicked. If the Url property is set, internal processing of the Click to the control will try to open that link directly. In case you also register your own LinkClicked event handler, that event will fire after the internal one and in addition to the internal one. |
Events
| Name | Description |
|---|---|
| LinkClicked | Event fired upon a Click to the control. See notes in the Url property about the internal handling of Click. |
Limitations and workarounds
Rererences
Other references
