System.Windows.Forms.Control.ShouldSerializeVisible C# (CSharp) Method

ShouldSerializeVisible() private method

private ShouldSerializeVisible ( ) : bool
return bool
		internal bool ShouldSerializeVisible ()
		{
			return this.Visible != true;
		}
Control