示例#1
0
            // ********************************************* Construction *********************************************

            public Dropdown(CheckedComboBox ccbParent)
            {
                this.ccbParent = ccbParent;
                InitializeComponent();
                // Add a handler to notify our parent of ItemCheck events.
                cclb.ItemCheck += cclb_ItemCheck;
            }
示例#2
0
            // ********************************************* Construction *********************************************

            public Dropdown(CheckedComboBox ccbParent)
            {
                this.ccbParent = ccbParent;
                InitializeComponent();
                // Add a handler to notify our parent of ItemCheck events.
                cclb.ItemCheck += cclb_ItemCheck;
            }