コード例 #1
0
            public Dropdown(CustomComboBox ccbParent, Control content)
            {
                this.ccbParent = ccbParent;
                this.content   = content;

                InitializeComponent();

                this.ShowInTaskbar = false;
            }
コード例 #2
0
            public Dropdown(CustomComboBox ccbParent, Control content)
            {
                this.ccbParent = ccbParent;
                this.content = content;

                InitializeComponent();

                this.ShowInTaskbar = false;
            }