XLL+ Class Library (7.0)

CXlControl::SetTrigger

Sets the trigger state of the control

void SetTrigger(
   bool bTrigger
);

Parameters

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.

Remarks

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.

Requirements

Header: xldialog.h

See Also

CXlControl Class | CXlControl Methods