XLL+ Class Library

CXlControl::SetEnabled

Sets the enabled state of the control

[C++]
void SetEnabled(
   bool bEnabled
);

Parameters

bEnabled

true to enable the control; false to disable it.

Requirements

Header: xldialog.h

See Also

CXlControl Class | CXlControl Methods