Метод | Описание | |
---|---|---|
Add ( ToolBarItem item ) : void | ||
AddRange ( ToolBarItem items ) : void | ||
Clear ( ) : void | ||
Contains ( ToolBarItem item ) : bool | ||
GetEnumerator ( ) : IEnumerator | ||
IndexOf ( ToolBarItem item ) : int | ||
Insert ( int index, ToolBarItem item ) : void | ||
RaiseChanged ( ) : void | ||
Remove ( ToolBarItem item ) : void | ||
RemoveAt ( int index ) : void | ||
this ( int index ) : ToolBarItem |
Метод | Описание | |
---|---|---|
this ( Keys shortcut ) : ToolBarItem | ||
this ( char mnemonic ) : ToolBarItem |
public AddRange ( ToolBarItem items ) : void | ||
items | ToolBarItem | |
Результат | void |
public Contains ( ToolBarItem item ) : bool | ||
item | ToolBarItem | |
Результат | bool |
public Insert ( int index, ToolBarItem item ) : void | ||
index | int | |
item | ToolBarItem | |
Результат | void |