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

GroupBox() public méthode

public GroupBox ( ) : System.Drawing
Résultat System.Drawing
		public GroupBox ()
		{
			TabStop = false;
			flat_style = FlatStyle.Standard;

			SetStyle(ControlStyles.ContainerControl | ControlStyles.ResizeRedraw | ControlStyles.SupportsTransparentBackColor, true);
			SetStyle(ControlStyles.Selectable, false);
		}