Sets the visible state of the control
[C++]
void SetVisible(
bool bVisible
);
true to show the control; false to hide it.
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.
Header: xldialog.h