C# Class XCore.RecordBar

Summary description for RecordBar.
Inheritance: System.Windows.Forms.UserControl, IFWDisposable
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Свойство Type Description
m_listView System.Windows.Forms.ListView
m_treeView System.Windows.Forms.TreeView

Méthodes publiques

Méthode Description
AddHeaderControl ( Control c ) : void
CheckDisposed ( ) : void

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.

Clear ( ) : void
HideHeaderControl ( ) : void
RecordBar ( ) : System
ShowHeaderControl ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

AddHeaderControl() public méthode

public AddHeaderControl ( Control c ) : void
c System.Windows.Forms.Control
Résultat void

CheckDisposed() public méthode

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
public CheckDisposed ( ) : void
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

HideHeaderControl() public méthode

public HideHeaderControl ( ) : void
Résultat void

RecordBar() public méthode

public RecordBar ( ) : System
Résultat System

ShowHeaderControl() public méthode

public ShowHeaderControl ( ) : void
Résultat void

Property Details

m_listView protected_oe property

protected ListView,System.Windows.Forms m_listView
Résultat System.Windows.Forms.ListView

m_treeView protected_oe property

protected TreeView,System.Windows.Forms m_treeView
Résultat System.Windows.Forms.TreeView