C# Class SidebarLibrary.WinControls.OutlookBarBand

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
OutlookBarBand ( ) : System
OutlookBarBand ( string text ) : System
OutlookBarBand ( string text, Control childControl ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OutlookBarBand() public méthode

public OutlookBarBand ( ) : System
Résultat System

OutlookBarBand() public méthode

public OutlookBarBand ( string text ) : System
text string
Résultat System

OutlookBarBand() public méthode

public OutlookBarBand ( string text, Control childControl ) : System
text string
childControl System.Windows.Forms.Control
Résultat System