C# Class UIAutomation.LabelForm

Inheritance: System.Windows.Forms.Form, IDisposable
Afficher le fichier Open project: apetrovskiy/STUPS Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
LabelForm ( double left, double top, double width, double height, int highlighterNumber, Color foreColor, string tooltipText ) : System
labelNumberMouseMove ( object sender, MouseEventArgs e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

LabelForm() public méthode

public LabelForm ( double left, double top, double width, double height, int highlighterNumber, Color foreColor, string tooltipText ) : System
left double
top double
width double
height double
highlighterNumber int
foreColor Color
tooltipText string
Résultat System

labelNumberMouseMove() public méthode

public labelNumberMouseMove ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
Résultat void