C# Класс CapDemo.Player_Lane1

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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

Открытые методы

Метод Описание
HighLight ( bool toggle ) : void
Player_Lane1 ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

HighLight() публичный метод

public HighLight ( bool toggle ) : void
toggle bool
Результат void

Player_Lane1() публичный метод

public Player_Lane1 ( ) : System
Результат System

Описание свойств

btn_Team публичное свойство

public System.Windows.Forms.Button btn_Team
Результат System.Windows.Forms.Button

lbl_Finish публичное свойство

public System.Windows.Forms.PictureBox lbl_Finish
Результат System.Windows.Forms.PictureBox

lbl_IDPlayer публичное свойство

public System.Windows.Forms.Label lbl_IDPlayer
Результат System.Windows.Forms.Label

lbl_SequencePlayer публичное свойство

public System.Windows.Forms.Label lbl_SequencePlayer
Результат System.Windows.Forms.Label

timeHightLight публичное свойство

public System.Windows.Forms.Timer timeHightLight
Результат System.Windows.Forms.Timer