C# Class SidebarLibrary.Collections.ToolBarItemCollection

Summary description for ToolbarButtonCollection.
Inheritance: IEnumerable
显示文件 Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method 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

Method Description
this ( Keys shortcut ) : ToolBarItem
this ( char mnemonic ) : ToolBarItem

Method Details

Add() public method

public Add ( ToolBarItem item ) : void
item ToolBarItem
return void

AddRange() public method

public AddRange ( ToolBarItem items ) : void
items ToolBarItem
return void

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( ToolBarItem item ) : bool
item ToolBarItem
return bool

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

IndexOf() public method

public IndexOf ( ToolBarItem item ) : int
item ToolBarItem
return int

Insert() public method

public Insert ( int index, ToolBarItem item ) : void
index int
item ToolBarItem
return void

RaiseChanged() public method

public RaiseChanged ( ) : void
return void

Remove() public method

public Remove ( ToolBarItem item ) : void
item ToolBarItem
return void

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

this() public method

public this ( int index ) : ToolBarItem
index int
return ToolBarItem