System.Windows.Forms.Form.ShouldSerializeAutoSize C# (CSharp) Method

ShouldSerializeAutoSize() private method

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