C# Class Terrarium.Forms.TickerHistoryForm

Exibir arquivo Open project: eugeniomiro/Terrarium Class Usage Examples

Public Methods

Method Description
AddHistoryItem ( Terrarium.Forms.TickerMessage message ) : void

TickerHistoryForm ( Terrarium.Forms.TickerBar tickerBar ) : System

Protected Methods

Method Description
OnActivated ( EventArgs e ) : void

OnMouseMove ( MouseEventArgs e ) : void

Private Methods

Method Description
AddMessage ( string message ) : void
historyListBox_MouseLeave ( object sender, EventArgs e ) : void

Method Details

AddHistoryItem() public method

public AddHistoryItem ( Terrarium.Forms.TickerMessage message ) : void
message Terrarium.Forms.TickerMessage
return void

OnActivated() protected method

protected OnActivated ( EventArgs e ) : void
e EventArgs
return void

OnMouseMove() protected method

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
return void

TickerHistoryForm() public method

public TickerHistoryForm ( Terrarium.Forms.TickerBar tickerBar ) : System
tickerBar Terrarium.Forms.TickerBar
return System