logo
NoteFly.FrmAbout.MovingAuthorLabel Class Reference

A moving label. More...

+ Inheritance diagram for NoteFly.FrmAbout.MovingAuthorLabel:

Public Member Functions

 MovingAuthorLabel (string text, int startposy)
  More...
 
void MoveUp ()
  More...
 

Private Attributes

const int speed = 1
 

Detailed Description

Constructor & Destructor Documentation

NoteFly.FrmAbout.MovingAuthorLabel.MovingAuthorLabel ( string  text,
int  startposy 
)
Parameters
text
startposy

Member Function Documentation

void NoteFly.FrmAbout.MovingAuthorLabel.MoveUp ( )

Member Data Documentation

const int NoteFly.FrmAbout.MovingAuthorLabel.speed = 1
private