C# Class SIL.FieldWorks.Common.Controls.StatusBarTextBox

Allows having a colored background, as for the "filtered" panel.
Inheritance: System.Windows.Forms.StatusBarPanel, IFWDisposable
Mostrar archivo Open project: sillsdev/FieldWorks

Public Methods

Method Description
CheckDisposed ( ) : void

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

StatusBarTextBox ( System.Windows.Forms.StatusBar bar ) : System

constructor

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
HandleDrawItem ( object sender, System.Windows.Forms.StatusBarDrawItemEventArgs sbdevent ) : void

Handle the DrawItem Event from the parent bar

Method Details

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

Dispose() protected method

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

StatusBarTextBox() public method

constructor
public StatusBarTextBox ( System.Windows.Forms.StatusBar bar ) : System
bar System.Windows.Forms.StatusBar Needed because the parent attr is null at this point
return System