C# Class KBS2.Controls.HelpPanel

Inheritance: System.Windows.Forms.UserControl
Show file Open project: Railec/SE1cKBS2 Class Usage Examples

Public Methods

Method Description
HelpPanel ( Point location, Size size, string text ) : System

Private Methods

Method Description
HelpButton_Click ( object sender, EventArgs e ) : void
onPaintBorder ( object sender, PaintEventArgs e ) : void

Method Details

HelpPanel() public method

public HelpPanel ( Point location, Size size, string text ) : System
location Point
size System.Drawing.Size
text string
return System