XLL+ Class Library

CXlControl::GetTrigger

Returns the trigger state of the control

[C++]
bool GetTrigger() const;

Remarks

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.

Requirements

Header: xldialog.h

See Also

CXlControl Class | CXlControl Methods