System.Windows.Forms.Form.ShouldSerializeAutoSize C# (CSharp) 메소드

ShouldSerializeAutoSize() 개인적인 메소드

private ShouldSerializeAutoSize ( ) : bool
리턴 bool
		internal bool ShouldSerializeAutoSize ()
		{
			return this.AutoSize != false;
		}
		
Form