Property | Type | Description | |
---|---|---|---|
LoadDropDowns | void | ||
Page_Loaded | void | ||
ShowDetail | void | ||
btnCancel_Click | void | ||
btnSave_Click | void | ||
cboScannerInterfaceType_SelectionChanged | void |
Method | Description | |
---|---|---|
OptionsPage ( |
Initializes a new instance of the OptionsPage class.
|
Method | Description | |
---|---|---|
LoadDropDowns ( ) : void |
Loads the drop downs.
|
|
Page_Loaded ( object sender, |
Handles the Loaded event of the Page control.
|
|
ShowDetail ( ) : void |
Shows the detail.
|
|
btnCancel_Click ( object sender, |
Handles the Click event of the btnCancel control.
|
|
btnSave_Click ( object sender, |
Handles the Click event of the btnSave control.
|
|
cboScannerInterfaceType_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void |
Handles the SelectionChanged event of the cboScannerInterfaceType control.
|
public OptionsPage ( |
||
batchPage | ||
return | System |