Yuriy
Yuriy

Reputation: 2711

How to know that control is visible to user? (winforms)

How to know that control is visible to user?

Upvotes: 1

Views: 1318

Answers (1)

Russell Patterson
Russell Patterson

Reputation: 622

On a Windows Form you can just check the .Visible property on the control. You can also use it to set the visibility.

Upvotes: 2

Related Questions