Property | Type | Description | |
---|---|---|---|
lblMadeBy | System.Windows.Forms.Label | ||
lblVersion | System.Windows.Forms.Label | ||
linkLabel1 | System.Windows.Forms.LinkLabel | ||
okButton | System.Windows.Forms.Button | ||
textBoxDescription | System.Windows.Forms.TextBox | ||
toolTip1 | WikiFunctions.Controls.AWBToolTip |
Method | Description | |
---|---|---|
AboutBox ( ) : System | ||
AssemblyCopyright ( |
||
AssemblyDescription ( |
Extracts an assembly description (usually created by Visual Studio?)
|
|
GetDetailedMessage ( |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
Initialise ( ) : void |
The AboutBox form is being initialised. Override this if you are inheriting and recycling the form.
|
|
linkLabel1_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void | ||
okButton_Click ( object sender, |
Method | Description | |
---|---|---|
AboutBox_Load ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
public static AssemblyCopyright ( |
||
ass | ||
return | string |
public static AssemblyDescription ( |
||
ass | ||
return | string |
public static GetDetailedMessage ( |
||
ass | ||
return | string |
protected linkLabel1_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void | ||
sender | object | |
e | System.Windows.Forms.LinkLabelLinkClickedEventArgs | |
return | void |
protected okButton_Click ( object sender, |
||
sender | object | |
e | ||
return | void |
protected System.Windows.Forms.Label lblMadeBy | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.Label lblVersion | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.LinkLabel linkLabel1 | ||
return | System.Windows.Forms.LinkLabel |
protected System.Windows.Forms.Button okButton | ||
return | System.Windows.Forms.Button |
protected System.Windows.Forms.TextBox textBoxDescription | ||
return | System.Windows.Forms.TextBox |