Toggles the visible status of this edit box, when visible is set to 1 the edit box can be clicked on, gain focus and be changed, when set to 0 the edit box is not shown, cannot be changed, nor gain focus.
Definition
SetEditBoxVisible( index, visible )
void agk::SetEditBoxVisible( UINT index, int visible )
Parameters
index - The ID of the edit box to modify.
visible - The new state of the edit box, 1 for visible, 0 for invisible.