System.Windows.Forms.Panel.Panel C# (CSharp) Méthode

Panel() public méthode

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