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
Mostra file Open project: raouldc/OptiDev

Public Methods

Method 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

Method 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 method

public AnimateIn ( ) : void
return void

AnimateOut() public method

public AnimateOut ( ) : void
return void

RightButtonControl() public method

constructor
public RightButtonControl ( ) : System
return System

setButtons() public method

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
return void