Sets the trigger state of the control
void SetTrigger( bool bTrigger ); |
If bTrigger is true, then any changes to the control will cause an event-handler to be called. If it is false, then changes will not invoke an event-handler.
Sets 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