Automatak.Simulator.DNP3.Commons.DBListView.DBListView C# (CSharp) Method

DBListView() public method

public DBListView ( ) : System
return 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);
        }