|
|
WireLess Studio Widgets Developer's Guide |
|
Enables or disables the software trigger on a WS_SCANNER_CONTROLLER widget.
VARIANT_BOOL EnableSoftTriggerById(SHORT usObjectId, VARIANT_BOOL bEnable);
VARIANT_BOOL EnableSoftTriggerByName(LPCTSTR sObjectName, VARIANT_BOOL bEnable);
On success, EnableSoftTrigger returns TRUE, FALSE otherwise. To get extended information, call WStError::GetLastErrorCode.
using WirelessStudioOleWidgets;
WStWidget oWidget = new WStWidget();
oWidget.EnableSoftTriggerByName("WSScannerController", True);
ModifyInputMode | ModifyDisplayMode | ModifyInputDevices | ModifyLenCtrlMode | SetKeyboardMode | SetMaxLength | GetLastBarcodeType
WStWiget class reference | WStForm class reference | WStFactory class reference | WStError class reference
| WireLess Studio by SofToGo S.A. | Visit our site www.softogo.com | Contact us help@softogo.com |