Method | Description | |
---|---|---|
AddPage ( string text, |
||
AddPage ( string text, int imageIndex, |
||
FirefoxDialog ( ) : System | ||
Init ( ) : void | ||
UpdatePages ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
ActivatePage ( Pabo item ) : bool | ||
AddPage ( Pabo item, |
||
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 |
public AddPage ( string text, |
||
text | string | |
page | ||
return | void |
public AddPage ( string text, int imageIndex, |
||
text | string | |
imageIndex | int | |
page | ||
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |