Method | Description | |
---|---|---|
FrmSettingsToolbar ( AddinSettings settings, |
Constructor with
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnCreateControl ( ) : void |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
btnCancel_Click ( object sender, |
||
btnOk_Click ( object sender, |
Store the settings, ok button
|
|
cmbService_SelectedIndexChanged ( object sender, |
The selected service changed. Update tooltip
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public FrmSettingsToolbar ( AddinSettings settings, |
||
settings | AddinSettings | Object with settings |
addinControl | Object with Control | |
return | System |