I have a textbox inside of a panel.
If the TextBow.Visible = true and the Panel.Visible = False,
Is there anyway I can tell that the textbox, although it is visible, is not actually seen by the user.
Greater Clarity.
I have a visible textbox inside of an invisible panel. Because the panel is not visible, but the controls inside of it are, checking the visibie property of the textbox does not give me the desired answer.
What I am really looking for is how to check if the user can actually see the control.