LinkLabel Control (Windows Forms)
Visual Studio .NET 2003
The Windows Forms LinkLabel control allows you to add Web-style links to Windows Forms applications. You can use the LinkLabel control for everything that you can use the Label control for; you also can set part of the text as a link to an object or Web page.
In This Section
- Introduction to the Windows Forms LinkLabel Control
- Explains what this control is and its key features and properties.
- Changing the Appearance of the Windows Forms LinkLabel Control
- Lists ways to specify the color and underlining of Web-style links in link labels.
- Linking to an Object or Web Page with the Windows Forms LinkLabel Control
- Provides how-to instructions for opening a form or Web page when a link is clicked.
Related Sections
- Controls You Can Use On Windows Forms
- Provides a complete list of Windows Forms controls, with links to information on their use.
- LinkLabel Class
- Describes this class and has links to all its members.