C# Class GSF.Windows.Forms.AboutDialog

Afficher le fichier Open project: GridProtectionAlliance/gsf Class Usage Examples

Méthodes publiques

Méthode Description
AboutDialog ( ) : System

Initializes a new instance of the AboutDialog class.

HideApplicationTab ( ) : void

Conceals the tab where application information is displayed.

HideAssembliesTab ( ) : void

Conceals the tab where assemblies and their information is displayed.

HideDisclaimerTab ( ) : void

Conceals the tab where disclaimer text is displayed.

SetCompanyDisclaimer ( Stream disclaimerStream ) : void

Sets the disclaimer text that is to be displayed in the About Dialog.

SetCompanyDisclaimer ( string disclaimerFile ) : void

Sets the disclaimer text that is to be displayed in the About Dialog.

SetCompanyLogo ( Stream logoStream ) : void

Sets the logo that is to be displayed in the About Dialog.

SetCompanyLogo ( string logoFile ) : void

Sets the logo that is to be displayed in the About Dialog.

SetCompanyUrl ( string url ) : void

Sets the URL that will be opened when the logo is clicked.

Private Methods

Méthode Description
AddListViewItem ( ListView listView, string text ) : void
ButtonOK_Click ( object sender, EventArgs e ) : void
ComboBoxAssemblies_SelectedIndexChanged ( object sender, EventArgs e ) : void
PictureBoxLogo_Click ( object sender, EventArgs e ) : void
RichTextBoxDisclaimer_LinkClicked ( object sender, LinkClickedEventArgs e ) : void
_AboutDialog_Load ( object sender, EventArgs e ) : void

Method Details

AboutDialog() public méthode

Initializes a new instance of the AboutDialog class.
public AboutDialog ( ) : System
Résultat System

HideApplicationTab() public méthode

Conceals the tab where application information is displayed.
public HideApplicationTab ( ) : void
Résultat void

HideAssembliesTab() public méthode

Conceals the tab where assemblies and their information is displayed.
public HideAssembliesTab ( ) : void
Résultat void

HideDisclaimerTab() public méthode

Conceals the tab where disclaimer text is displayed.
public HideDisclaimerTab ( ) : void
Résultat void

SetCompanyDisclaimer() public méthode

Sets the disclaimer text that is to be displayed in the About Dialog.
public SetCompanyDisclaimer ( Stream disclaimerStream ) : void
disclaimerStream Stream System.IO.Stream of the disclaimer text.
Résultat void

SetCompanyDisclaimer() public méthode

Sets the disclaimer text that is to be displayed in the About Dialog.
public SetCompanyDisclaimer ( string disclaimerFile ) : void
disclaimerFile string Location of the file that contains the disclaimer text.
Résultat void

SetCompanyLogo() public méthode

Sets the logo that is to be displayed in the About Dialog.
public SetCompanyLogo ( Stream logoStream ) : void
logoStream Stream System.IO.Stream of the logo.
Résultat void

SetCompanyLogo() public méthode

Sets the logo that is to be displayed in the About Dialog.
public SetCompanyLogo ( string logoFile ) : void
logoFile string Location of the logo file.
Résultat void

SetCompanyUrl() public méthode

Sets the URL that will be opened when the logo is clicked.
public SetCompanyUrl ( string url ) : void
url string URL of the company's home page.
Résultat void