Alsing.Windows.Forms.BaseListBoxControl.BaseListBoxControl C# (CSharp) Method

BaseListBoxControl() public method

public BaseListBoxControl ( ) : System
return System
        public BaseListBoxControl()
        {
            SetStyle(ControlStyles.EnableNotifyMessage, true);
            BorderStyle = BorderStyle.FixedSingle;
        }