XLL+ Class Library

CXlControl::GetEnabled

Returns the enabled state of the control

[C++]
bool GetEnabled() const;

Remarks

Returns the enabled state of the control. If true, the control will be black and, if appropriate, may be edited. If false, then the control will be greyed out and read-only.

Requirements

Header: xldialog.h

See Also

CXlControl Class | CXlControl Methods