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

UserControl() public method

public UserControl ( ) : System
return System
		public UserControl() {
			SetStyle (ControlStyles.SupportsTransparentBackColor, true);
		}
		#endregion	// Public Constructors