C# Class 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
Inheritance: System.Windows.Controls.UserControl, Animatiable
Afficher le fichier Open project: raouldc/OptiDev

Méthodes publiques

Méthode Description
AnimateIn ( ) : void
AnimateOut ( ) : void
RightButtonControl ( ) : System

constructor

setButtons ( String bNames ) : void

set the buttons according to the list of the buttons given

Private Methods

Méthode Description
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

Method Details

AnimateIn() public méthode

public AnimateIn ( ) : void
Résultat void

AnimateOut() public méthode

public AnimateOut ( ) : void
Résultat void

RightButtonControl() public méthode

constructor
public RightButtonControl ( ) : System
Résultat System

setButtons() public méthode

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
Résultat void