C# Class SidebarLibrary.Collections.OutlookBarBandCollection

Inheritance: System.Collections.CollectionBase, IEnumerable
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

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

Méthode Description
RaiseChanged ( ) : void

Method Details

Add() public méthode

public Add ( OutlookBarBand band ) : int
band SidebarLibrary.WinControls.OutlookBarBand
Résultat int

Contains() public méthode

public Contains ( OutlookBarBand band ) : bool
band SidebarLibrary.WinControls.OutlookBarBand
Résultat bool

IndexOf() public méthode

public IndexOf ( OutlookBarBand band ) : int
band SidebarLibrary.WinControls.OutlookBarBand
Résultat int

OutlookBarBandCollection() public méthode

public OutlookBarBandCollection ( OutlookBar bar ) : System
bar SidebarLibrary.WinControls.OutlookBar
Résultat System

Remove() public méthode

public Remove ( OutlookBarBand band ) : void
band SidebarLibrary.WinControls.OutlookBarBand
Résultat void

this() public méthode

public this ( int index ) : OutlookBarBand
index int
Résultat SidebarLibrary.WinControls.OutlookBarBand