C# Class WikiFunctions.Controls.AboutBox

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: reedy/AutoWikiBrowser

Protected Properties

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

Public Methods

Method Description
AboutBox ( ) : System
AssemblyCopyright ( Assembly ass ) : string
AssemblyDescription ( Assembly ass ) : string

Extracts an assembly description (usually created by Visual Studio?)

GetDetailedMessage ( Assembly ass ) : string

Protected Methods

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, EventArgs e ) : void

Private Methods

Method Description
AboutBox_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

Method Details

AboutBox() public method

public AboutBox ( ) : System
return System

AssemblyCopyright() public static method

public static AssemblyCopyright ( Assembly ass ) : string
ass System.Reflection.Assembly
return string

AssemblyDescription() public static method

Extracts an assembly description (usually created by Visual Studio?)
public static AssemblyDescription ( Assembly ass ) : string
ass System.Reflection.Assembly
return string

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

GetDetailedMessage() public static method

public static GetDetailedMessage ( Assembly ass ) : string
ass System.Reflection.Assembly
return string

Initialise() protected method

The AboutBox form is being initialised. Override this if you are inheriting and recycling the form.
protected Initialise ( ) : void
return void

linkLabel1_LinkClicked() protected method

protected linkLabel1_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
sender object
e System.Windows.Forms.LinkLabelLinkClickedEventArgs
return void

okButton_Click() protected method

protected okButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

lblMadeBy protected_oe property

protected System.Windows.Forms.Label lblMadeBy
return System.Windows.Forms.Label

lblVersion protected_oe property

protected System.Windows.Forms.Label lblVersion
return System.Windows.Forms.Label

linkLabel1 protected_oe property

protected System.Windows.Forms.LinkLabel linkLabel1
return System.Windows.Forms.LinkLabel

okButton protected_oe property

protected System.Windows.Forms.Button okButton
return System.Windows.Forms.Button

textBoxDescription protected_oe property

protected System.Windows.Forms.TextBox textBoxDescription
return System.Windows.Forms.TextBox

toolTip1 protected_oe property

protected WikiFunctions.Controls.AWBToolTip toolTip1
return WikiFunctions.Controls.AWBToolTip