System.Windows.Forms.ViewHelper.ViewHelper C# (CSharp) Method

ViewHelper() public method

public ViewHelper ( Control parent ) : AppKit
parent Control
return AppKit
		public ViewHelper (Control parent)
		{
			Host = parent;
			this.AutoresizingMask = (NSViewResizingMask.HeightSizable | NSViewResizingMask.WidthSizable);
		}