Alsing.Windows.Forms.BaseListBoxControl.BaseListBoxControl C# (CSharp) 메소드

BaseListBoxControl() 공개 메소드

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