Returns the trigger state of the control
[C++]
bool GetTrigger() const;
Returns the trigger state of the control.
If true, then changes to the control will cause the appropriate
event-handler to be invoked.
If false, then changes will not invoke an event-handler.
Header: xldialog.h