WiseMo Guest Component API
|
C++ More...
import"WGuest.idl";
Properties | |
VARIANT_BOOL | Handled [get, set] |
VARIANT_BOOL | Canceled [get, set] |
C++
Auxiliary parameter interface for IWGuestX events.
This is internal interface and cannot be created via CoCreateInstance() function. Scripting languages can change Handled property provided in this interface to indicate that an event was handled successfully and default WGuestX action should be suppressed.
Example of using this property from JavaScript language:
|
getsetproperty |
Indicates that an action should be canceled.
Event handler can set this property to true to indicate that processing should not continue.
|
getsetproperty |
Indicates that an event has been handled by an application.
Event handler can set this property to true to suppress default WGuestX action.