XLL+ Class Library (6.3)

CXlControl::GetTrigger

Returns the trigger state of the control

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