System.Windows.Forms.CommandBarItemCollection.CommandBarItemCollection C# (CSharp) Méthode

CommandBarItemCollection() private méthode

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

Same methods

CommandBarItemCollection::CommandBarItemCollection ( CommandBar commandBar ) : System