C# Класс WikiFunctions.Controls.AboutBox

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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

Открытые методы

Метод Описание
AboutBox ( ) : System
AssemblyCopyright ( Assembly ass ) : string
AssemblyDescription ( Assembly ass ) : string

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

GetDetailedMessage ( Assembly ass ) : string

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
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.

Описание методов

AboutBox() публичный Метод

public AboutBox ( ) : System
Результат System

AssemblyCopyright() публичный статический Метод

public static AssemblyCopyright ( Assembly ass ) : string
ass System.Reflection.Assembly
Результат string

AssemblyDescription() публичный статический Метод

Extracts an assembly description (usually created by Visual Studio?)
public static AssemblyDescription ( Assembly ass ) : string
ass System.Reflection.Assembly
Результат string

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

GetDetailedMessage() публичный статический Метод

public static GetDetailedMessage ( Assembly ass ) : string
ass System.Reflection.Assembly
Результат string

Initialise() защищенный Метод

The AboutBox form is being initialised. Override this if you are inheriting and recycling the form.
protected Initialise ( ) : void
Результат void

linkLabel1_LinkClicked() защищенный Метод

protected linkLabel1_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
sender object
e System.Windows.Forms.LinkLabelLinkClickedEventArgs
Результат void

okButton_Click() защищенный Метод

protected okButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

Описание свойств

lblMadeBy защищенное свойство

protected System.Windows.Forms.Label lblMadeBy
Результат System.Windows.Forms.Label

lblVersion защищенное свойство

protected System.Windows.Forms.Label lblVersion
Результат System.Windows.Forms.Label

linkLabel1 защищенное свойство

protected System.Windows.Forms.LinkLabel linkLabel1
Результат System.Windows.Forms.LinkLabel

okButton защищенное свойство

protected System.Windows.Forms.Button okButton
Результат System.Windows.Forms.Button

textBoxDescription защищенное свойство

protected System.Windows.Forms.TextBox textBoxDescription
Результат System.Windows.Forms.TextBox

toolTip1 защищенное свойство

protected WikiFunctions.Controls.AWBToolTip toolTip1
Результат WikiFunctions.Controls.AWBToolTip