Live Chat Icon For mobile
Live Chat Icon

I set a Control’s Visible property to true and in the immediate next statement, it returns false. Why doesn’t setting the Visible property ’take’

Platform: WinForms| Category: Controls

A control’s Visible property will also depend on it’s parent control’s (if any) visible property. If the parent control is not visible, the control will also return false.

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.