XLL+ Class Library (7.0)

CXlControl::SetVisible

Sets the visible state of the control

void SetVisible(
   bool bVisible
);

Parameters

bVisible

true to show the control; false to hide it.

Remarks

Sets 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