XLL+ Class Library

CXlControl::GetVisible

Returns the visible state of the control

[C++]
bool GetVisible() const;

Remarks

Returns the visible state of the control. If true, then the control will be visible. If false, the control will be hidden from the user.

Requirements

Header: xldialog.h

See Also

CXlControl Class | CXlControl Methods