C# Class XCore.RecordBar

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

Protected Properties

Property Type Description
m_listView System.Windows.Forms.ListView
m_treeView System.Windows.Forms.TreeView

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

AddHeaderControl() public method

public AddHeaderControl ( Control c ) : void
c System.Windows.Forms.Control
return void

CheckDisposed() public method

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

Clear() public method

public Clear ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

HideHeaderControl() public method

public HideHeaderControl ( ) : void
return void

RecordBar() public method

public RecordBar ( ) : System
return System

ShowHeaderControl() public method

public ShowHeaderControl ( ) : void
return void

Property Details

m_listView protected_oe property

protected ListView,System.Windows.Forms m_listView
return System.Windows.Forms.ListView

m_treeView protected_oe property

protected TreeView,System.Windows.Forms m_treeView
return System.Windows.Forms.TreeView