Posted by : Sudhir Chekuri Monday, 15 February 2016

It is a label control with hyperlink functionality which is specially used for navigation to browser.
Default event: LinkClicked which is fired on a click on link label control.

Example to display other form on click

private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            SecondForm f = new SecondForm();
            f.Show();

        }

Leave a Reply

Subscribe to Posts | Subscribe to Comments

Followers

Total Pageviews

Powered by Blogger.

- Copyright © 2013 DevStudent - Metrominimalist - Powered by Blogger - Designed by Johanes Djogan -