Automatak.Simulator.DNP3.Commons.DBListView.DBListView C# (CSharp) Méthode

DBListView() public méthode

public DBListView ( ) : System
Résultat System
        public DBListView()
        {
            InitializeComponent();

            this.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint, true);

            //Enable the OnNotifyMessage event so we get a chance to filter out
            // Windows messages before they get to the form's WndProc
            this.SetStyle(ControlStyles.EnableNotifyMessage, true);
        }