C# Class SidebarLibrary.Collections.ToolBarItemCollection

Summary description for ToolbarButtonCollection.
Inheritance: IEnumerable
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
this ( Keys shortcut ) : ToolBarItem
this ( char mnemonic ) : ToolBarItem

Method Details

Add() public méthode

public Add ( ToolBarItem item ) : void
item ToolBarItem
Résultat void

AddRange() public méthode

public AddRange ( ToolBarItem items ) : void
items ToolBarItem
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( ToolBarItem item ) : bool
item ToolBarItem
Résultat bool

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

IndexOf() public méthode

public IndexOf ( ToolBarItem item ) : int
item ToolBarItem
Résultat int

Insert() public méthode

public Insert ( int index, ToolBarItem item ) : void
index int
item ToolBarItem
Résultat void

RaiseChanged() public méthode

public RaiseChanged ( ) : void
Résultat void

Remove() public méthode

public Remove ( ToolBarItem item ) : void
item ToolBarItem
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

this() public méthode

public this ( int index ) : ToolBarItem
index int
Résultat ToolBarItem