C# Класс P02Project.RightButtonControl

This class is responsible for laying out the buttons on the right side of the screen The colours for these buttons comes from the Util class
Наследование: System.Windows.Controls.UserControl, Animatiable
Показать файл Открыть проект

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

Метод Описание
AnimateIn ( ) : void
AnimateOut ( ) : void
RightButtonControl ( ) : System

constructor

setButtons ( String bNames ) : void

set the buttons according to the list of the buttons given

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

Метод Описание
Button_Click ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

This event takes care of moving around contents of the stack and the re-laying the buttons on the right

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

AnimateIn() публичный Метод

public AnimateIn ( ) : void
Результат void

AnimateOut() публичный Метод

public AnimateOut ( ) : void
Результат void

RightButtonControl() публичный Метод

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

setButtons() публичный Метод

set the buttons according to the list of the buttons given
public setButtons ( String bNames ) : void
bNames String list of all the buttons to be set into the right buttons
Результат void