C# Class GUI.FirefoxDialog.FirefoxDialog

Afficher le fichier Open project: binaryage/xrefresh

Méthodes publiques

Méthode Description
AddPage ( string text, PropertyPage page ) : void
AddPage ( string text, int imageIndex, PropertyPage page ) : void
FirefoxDialog ( ) : System
Init ( ) : void
UpdatePages ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ActivatePage ( Pabo item ) : bool
AddPage ( Pabo item, PropertyPage page ) : void
Apply ( ) : void
Close ( ) : void
GetMozItem ( string text ) : Pabo.MozBar.MozItem
GetMozItem ( string text, int imageIndex ) : Pabo.MozBar.MozItem
InitializeComponent ( ) : void

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

applyButton_Click ( object sender, EventArgs e ) : void
buttonReset_Click ( object sender, EventArgs e ) : void
cancelButton_Click ( object sender, EventArgs e ) : void
mozPane1_ItemClick ( object sender, Pabo e ) : void

Method Details

AddPage() public méthode

public AddPage ( string text, PropertyPage page ) : void
text string
page PropertyPage
Résultat void

AddPage() public méthode

public AddPage ( string text, int imageIndex, PropertyPage page ) : void
text string
imageIndex int
page PropertyPage
Résultat void

Dispose() protected méthode

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

FirefoxDialog() public méthode

public FirefoxDialog ( ) : System
Résultat System

Init() public méthode

public Init ( ) : void
Résultat void

UpdatePages() public méthode

public UpdatePages ( ) : void
Résultat void