tabs

How to identify whether visibility of the control is changed by user or not?

懵懂的女人 提交于 2020-11-30 00:13:52
问题 My usercontrol inherits System.Windows.Forms.Control class. The following link describes the "Visible" property of control Control.Visible As per the above link, if control is present in inactive tab, then Control.Visible will return false even though we did not set it programmatically Question: How do I identify whether visibility was disabled by user or other controls? Note: I tried overriding the Visible property of Contorl but it's not overridable. Explanation If my control is present in