System.Windows.Forms.CommandBarItemCollection.CommandBarItemCollection C# (CSharp) Method

CommandBarItemCollection() private method

private CommandBarItemCollection ( CommandBar commandBar ) : System
commandBar CommandBar
return System
        internal CommandBarItemCollection(CommandBar commandBar)
        {
            this.commandBar = commandBar;
            this.items = new ArrayList();
        }

Same methods

CommandBarItemCollection::CommandBarItemCollection ( ) : System