hgeGUI::ShowCtrl
Shows or hides a control.
void ShowCtrl(
int id,
bool bVisible
);
Parameters
- id
- The identificator of the control to be changed.
- bVisible
- If true the control will be shown, otherwise the control will be hidden.
Requirements
Header: hgegui.h
Import library: hgehelp.lib
See also
MoveCtrl,
EnableCtrl
|