* Merge winforms framework content to working branch (#14) * Breadcrumb / TOC / Move net5 to net folder (#15) * change path from net5 to net * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Add .net 5 winforms placeholder article (#16) * added some metadata and adjusted net5 placeholder * corrections * corrections * corrections * Test1 * Swapping landing page vs concept * fix links * Fix links * Fix desc
1.8 KiB
title, ms.date, helpviewer_keywords, ms.assetid
| title | ms.date | helpviewer_keywords | ms.assetid | |||||
|---|---|---|---|---|---|---|---|---|
| LinkLabel Control | 03/30/2017 |
|
af1fd04e-e126-4fd7-9a4e-13b49010c5ca |
LinkLabel Control (Windows Forms)
The Windows Forms LinkLabel control enables you to add Web-style links to Windows Forms applications. You can use the LinkLabel control for everything that you can use the xref:System.Windows.Forms.Label control for; you can also set part of the text as a link to an object or Web page.
In This Section
LinkLabel Control Overview
Explains what this control is and its key features and properties.
How to: Change the Appearance of the Windows Forms LinkLabel Control
Lists ways to specify the color and underlining of Web-style links in link labels.
How to: Link 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.
How to: Display a Web Page from a Windows Forms LinkLabel Control (Visual Basic)
Shows how to display a Web page in the default browser when a user clicks a Windows Forms LinkLabel control.
Reference
xref:System.Windows.Forms.LinkLabel class
Describes this class and has links to all its members.
Related Sections
Controls to Use on Windows Forms
Provides a complete list of Windows Forms controls, with links to information about their use.