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

Panel() public method

public Panel ( ) : System
return System
		public Panel () {
			base.TabStop = false;
			SetStyle(ControlStyles.Selectable, false);
			SetStyle (ControlStyles.SupportsTransparentBackColor, true);
		}
		#endregion	// Constructors & Destructors