C# Класс System.Windows.Forms.CommandBarItemCollection

Наследование: ICollection
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Add ( CommandBarItem item ) : void
AddButton ( Image image, string text, EventHandler clickHandler ) : System.Windows.Forms.CommandBarButton
AddButton ( Image image, string text, EventHandler clickHandler, Keys shortcut ) : System.Windows.Forms.CommandBarButton
AddButton ( string text, EventHandler clickHandler ) : System.Windows.Forms.CommandBarButton
AddButton ( string text, EventHandler clickHandler, Keys shortcut ) : System.Windows.Forms.CommandBarButton
AddCheckBox ( Image image, string text ) : System.Windows.Forms.CommandBarCheckBox
AddCheckBox ( Image image, string text, Keys shortcut ) : System.Windows.Forms.CommandBarCheckBox
AddCheckBox ( string text ) : System.Windows.Forms.CommandBarCheckBox
AddCheckBox ( string text, Keys shortcut ) : System.Windows.Forms.CommandBarCheckBox
AddComboBox ( string text, ComboBox comboBox ) : CommandBarComboBox
AddMenu ( Image image, string text ) : System.Windows.Forms.CommandBarMenu
AddMenu ( Image image, string text, EventHandler dropDownHandler ) : System.Windows.Forms.CommandBarMenu
AddMenu ( string text ) : System.Windows.Forms.CommandBarMenu
AddMenu ( string text, EventHandler dropDownHandler ) : System.Windows.Forms.CommandBarMenu
AddRange ( ICollection items ) : void
AddSeparator ( ) : void
Clear ( ) : void
Contains ( CommandBarItem item ) : bool
CopyTo ( Array array, int index ) : void
CopyTo ( CommandBarItem array, int index ) : void
GetEnumerator ( ) : IEnumerator
IndexOf ( CommandBarItem item ) : int
Insert ( int index, CommandBarItem item ) : void
Remove ( CommandBarItem item ) : void
RemoveAt ( int index ) : void
this ( int index ) : CommandBarItem

Приватные методы

Метод Описание
CommandBarItemCollection ( ) : System
CommandBarItemCollection ( CommandBar commandBar ) : System
this ( Keys shortcut ) : System.Windows.Forms.CommandBarItem[]
this ( char mnemonic ) : System.Windows.Forms.CommandBarItem[]

Описание методов

Add() публичный Метод

public Add ( CommandBarItem item ) : void
item CommandBarItem
Результат void

AddButton() публичный Метод

public AddButton ( Image image, string text, EventHandler clickHandler ) : System.Windows.Forms.CommandBarButton
image Image
text string
clickHandler EventHandler
Результат System.Windows.Forms.CommandBarButton

AddButton() публичный Метод

public AddButton ( Image image, string text, EventHandler clickHandler, Keys shortcut ) : System.Windows.Forms.CommandBarButton
image Image
text string
clickHandler EventHandler
shortcut Keys
Результат System.Windows.Forms.CommandBarButton

AddButton() публичный Метод

public AddButton ( string text, EventHandler clickHandler ) : System.Windows.Forms.CommandBarButton
text string
clickHandler EventHandler
Результат System.Windows.Forms.CommandBarButton

AddButton() публичный Метод

public AddButton ( string text, EventHandler clickHandler, Keys shortcut ) : System.Windows.Forms.CommandBarButton
text string
clickHandler EventHandler
shortcut Keys
Результат System.Windows.Forms.CommandBarButton

AddCheckBox() публичный Метод

public AddCheckBox ( Image image, string text ) : System.Windows.Forms.CommandBarCheckBox
image Image
text string
Результат System.Windows.Forms.CommandBarCheckBox

AddCheckBox() публичный Метод

public AddCheckBox ( Image image, string text, Keys shortcut ) : System.Windows.Forms.CommandBarCheckBox
image Image
text string
shortcut Keys
Результат System.Windows.Forms.CommandBarCheckBox

AddCheckBox() публичный Метод

public AddCheckBox ( string text ) : System.Windows.Forms.CommandBarCheckBox
text string
Результат System.Windows.Forms.CommandBarCheckBox

AddCheckBox() публичный Метод

public AddCheckBox ( string text, Keys shortcut ) : System.Windows.Forms.CommandBarCheckBox
text string
shortcut Keys
Результат System.Windows.Forms.CommandBarCheckBox

AddComboBox() публичный Метод

public AddComboBox ( string text, ComboBox comboBox ) : CommandBarComboBox
text string
comboBox ComboBox
Результат CommandBarComboBox

AddMenu() публичный Метод

public AddMenu ( Image image, string text ) : System.Windows.Forms.CommandBarMenu
image Image
text string
Результат System.Windows.Forms.CommandBarMenu

AddMenu() публичный Метод

public AddMenu ( Image image, string text, EventHandler dropDownHandler ) : System.Windows.Forms.CommandBarMenu
image Image
text string
dropDownHandler EventHandler
Результат System.Windows.Forms.CommandBarMenu

AddMenu() публичный Метод

public AddMenu ( string text ) : System.Windows.Forms.CommandBarMenu
text string
Результат System.Windows.Forms.CommandBarMenu

AddMenu() публичный Метод

public AddMenu ( string text, EventHandler dropDownHandler ) : System.Windows.Forms.CommandBarMenu
text string
dropDownHandler EventHandler
Результат System.Windows.Forms.CommandBarMenu

AddRange() публичный Метод

public AddRange ( ICollection items ) : void
items ICollection
Результат void

AddSeparator() публичный Метод

public AddSeparator ( ) : void
Результат void

Clear() публичный Метод

public Clear ( ) : void
Результат void

Contains() публичный Метод

public Contains ( CommandBarItem item ) : bool
item CommandBarItem
Результат bool

CopyTo() публичный Метод

public CopyTo ( Array array, int index ) : void
array System.Array
index int
Результат void

CopyTo() публичный Метод

public CopyTo ( CommandBarItem array, int index ) : void
array CommandBarItem
index int
Результат void

GetEnumerator() публичный Метод

public GetEnumerator ( ) : IEnumerator
Результат IEnumerator

IndexOf() публичный Метод

public IndexOf ( CommandBarItem item ) : int
item CommandBarItem
Результат int

Insert() публичный Метод

public Insert ( int index, CommandBarItem item ) : void
index int
item CommandBarItem
Результат void

Remove() публичный Метод

public Remove ( CommandBarItem item ) : void
item CommandBarItem
Результат void

RemoveAt() публичный Метод

public RemoveAt ( int index ) : void
index int
Результат void

this() публичный Метод

public this ( int index ) : CommandBarItem
index int
Результат CommandBarItem