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

this() public méthode

public this ( int index ) : CommandBarItem
index int
Résultat CommandBarItem
        public CommandBarItem this[int index]
        {
            get { return (CommandBarItem)items[index]; }
        }

Same methods

CommandBarItemCollection::this ( Keys shortcut ) : System.Windows.Forms.CommandBarItem[]
CommandBarItemCollection::this ( char mnemonic ) : System.Windows.Forms.CommandBarItem[]