Alsing.Windows.Forms.BaseControl.BaseControl C# (CSharp) Méthode

BaseControl() public méthode

public BaseControl ( ) : System
Résultat System
        public BaseControl()
        {
            SetStyle(ControlStyles.EnableNotifyMessage, true);
            BorderStyle = BorderStyle.FixedSingle;
            InitializeComponent();
        }