C# Class InstallPad.AppListErrorBox

ファイルを表示 Open project: philc/InstallPad Class Usage Examples

Public Properties

Property Type Description
errorLabel System.Windows.Forms.Label
openLink System.Windows.Forms.LinkLabel

Public Methods

Method Description
AppListErrorBox ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

detailsLink_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void

Method Details

AppListErrorBox() public method

public AppListErrorBox ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Property Details

errorLabel public_oe property

public System.Windows.Forms.Label errorLabel
return System.Windows.Forms.Label

openLink public_oe property

public System.Windows.Forms.LinkLabel openLink
return System.Windows.Forms.LinkLabel