Datalogic .NET SDK
CancelNotifyPress (Method)
Syntax
public bool CancelNotifyPress();
Description
Cancels the request to be notified when one of the trigger buttons is pressed.
Parameters Table
|
Type |
Parameter |
Description |
[in] |
void |
- |
- |
|
|
|
|
[return] |
bool |
|
A value of TRUE is returned on success, otherwise FALSE is returned to indicate failure. |
[on error] |
FALSE |
|
|
Example
private void btnDelPressMsg_Click_1(object sender, EventArgs e) { // hDcd = new DecodeHandle(...); Global instance of DecodeHandle class
bool b = hDcd.CancelNotifyPress();
MySetTextBox("Del-PostPressMsg"); }
|
See Also
Microsoft.WindowsCE.Forms.MessageWindow, WM_USER, DecodeEvent.ScanStart (Event), DecodeEvent.StopScanListener (Method), Example #019.
Copyright © Datalogic ADC. All Right Reserved