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

CommandBarItemCollection() private method

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

Same methods

CommandBarItemCollection::CommandBarItemCollection ( CommandBar commandBar ) : System