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

this() public method

public this ( int index ) : CommandBarItem
index int
return 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[]