C# Class SidebarLibrary.Collections.OutlookBarBandCollection

Inheritance: System.Collections.CollectionBase, IEnumerable
显示文件 Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
Add ( OutlookBarBand band ) : int
Contains ( OutlookBarBand band ) : bool
IndexOf ( OutlookBarBand band ) : int
OutlookBarBandCollection ( OutlookBar bar ) : System
Remove ( OutlookBarBand band ) : void
this ( int index ) : OutlookBarBand

Private Methods

Method Description
RaiseChanged ( ) : void

Method Details

Add() public method

public Add ( OutlookBarBand band ) : int
band SidebarLibrary.WinControls.OutlookBarBand
return int

Contains() public method

public Contains ( OutlookBarBand band ) : bool
band SidebarLibrary.WinControls.OutlookBarBand
return bool

IndexOf() public method

public IndexOf ( OutlookBarBand band ) : int
band SidebarLibrary.WinControls.OutlookBarBand
return int

OutlookBarBandCollection() public method

public OutlookBarBandCollection ( OutlookBar bar ) : System
bar SidebarLibrary.WinControls.OutlookBar
return System

Remove() public method

public Remove ( OutlookBarBand band ) : void
band SidebarLibrary.WinControls.OutlookBarBand
return void

this() public method

public this ( int index ) : OutlookBarBand
index int
return SidebarLibrary.WinControls.OutlookBarBand