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
파일 보기 프로젝트 열기: raouldc/OptiDev

공개 메소드들

메소드 설명
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