System.Windows.Forms.Control.ShouldSerializeVisible C# (CSharp) 메소드

ShouldSerializeVisible() 개인적인 메소드

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