C# Class EventApp.Controls.Buttons.LinkButton

Inheritance: ImageButton
Mostrar archivo Open project: BobStolk/EventApp

Public Properties

Property Type Description
URL string

Public Methods

Method Description
LinkButton ( RectangleF frame, string imagePath, string url ) : System

Method Details

LinkButton() public method

public LinkButton ( RectangleF frame, string imagePath, string url ) : System
frame System.Drawing.RectangleF
imagePath string
url string
return System

Property Details

URL public_oe property

public string URL
return string