Define Visual C#.Net

C# Form Control

C# Label Control

C# TextBox Control

C# Button Control

C# RadioButton Control

C# CheckBox Control

C# CheckListBox

C# ListBox Control

C# ComboBox Control

C# LinkLabel Control

C# DateTime DataType

C# DateTimePicker

C# NumericUpDown

C# RandomNumber

C# PictureBox

C# ProgressBar

C# Timer Control

C# ToolTip

C# TabControl

C# RichTextBox

C# MessageBox

C# Menu Control

C# Toolbars

C# Dialogs Box

Page Stats

Visitor: 273

LinkLabel Control in C#.Net

The LinkLabel control is similar to an ordinary label. When you place your mouse over the LinkLabel, the mouse pointer will turn into a hand. The LinkLabel control can be used to link to files, directories, or web pages. Link Label properties are:

Attributes Description
LinkArea Indicates the portion of the text that wil be displayed as a link.
LinkColor The color of the unvisited link.
LinkVisited When set to true, the color of the link will be swapped by the color of the VisitedLinkColor property.
VisitedLinkColor The color The color of a visited link.

Q10. Click on Link Label to Follow link
LinkLabel Control