Property | Type | Description | |
---|---|---|---|
BtnSave_Click | void | ||
Enable | void | ||
GetObjectCollection | object[] | ||
InitializeComponent | void | ||
LoadSpecifiedValues | void | ||
SpecifyStringValuesDialog_Load | void |
Method | Description | |
---|---|---|
SpecifyStringValuesDialog ( ) : System | ||
SpecifyStringValuesDialog ( PluginControlBase callingControl, string title ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
BtnSave_Click ( object sender, EventArgs e ) : void | ||
Enable ( bool enable ) : void | ||
GetObjectCollection ( IEnumerable |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
LoadSpecifiedValues ( ) : void | ||
SpecifyStringValuesDialog_Load ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public SpecifyStringValuesDialog ( ) : System | ||
return | System |
public SpecifyStringValuesDialog ( PluginControlBase callingControl, string title ) : System | ||
callingControl | PluginControlBase | |
title | string | |
return | System |