C# Class SidebarLibrary.WinControls.OutlookBarBand

Inheritance: System.Windows.Forms.Control
Datei anzeigen Open project: sillsdev/FieldWorks Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
OutlookBarBand ( ) : System
OutlookBarBand ( string text ) : System
OutlookBarBand ( string text, Control childControl ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OutlookBarBand() public method

public OutlookBarBand ( ) : System
return System

OutlookBarBand() public method

public OutlookBarBand ( string text ) : System
text string
return System

OutlookBarBand() public method

public OutlookBarBand ( string text, Control childControl ) : System
text string
childControl System.Windows.Forms.Control
return System