C# Class CapDemo.Player_Lane1

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: antang/NewCapstoneProject Class Usage Examples

Méthodes publiques

Свойство Type Description
btn_Team System.Windows.Forms.Button
lbl_Finish System.Windows.Forms.PictureBox
lbl_IDPlayer System.Windows.Forms.Label
lbl_SequencePlayer System.Windows.Forms.Label
timeHightLight System.Windows.Forms.Timer

Méthodes publiques

Méthode Description
HighLight ( bool toggle ) : void
Player_Lane1 ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

timeHightLight_Tick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

HighLight() public méthode

public HighLight ( bool toggle ) : void
toggle bool
Résultat void

Player_Lane1() public méthode

public Player_Lane1 ( ) : System
Résultat System

Property Details

btn_Team public_oe property

public System.Windows.Forms.Button btn_Team
Résultat System.Windows.Forms.Button

lbl_Finish public_oe property

public System.Windows.Forms.PictureBox lbl_Finish
Résultat System.Windows.Forms.PictureBox

lbl_IDPlayer public_oe property

public System.Windows.Forms.Label lbl_IDPlayer
Résultat System.Windows.Forms.Label

lbl_SequencePlayer public_oe property

public System.Windows.Forms.Label lbl_SequencePlayer
Résultat System.Windows.Forms.Label

timeHightLight public_oe property

public System.Windows.Forms.Timer timeHightLight
Résultat System.Windows.Forms.Timer