Method | Description | |
---|---|---|
AnimateIn ( ) : void | ||
AnimateOut ( ) : void | ||
RightButtonControl ( ) : System |
constructor
|
|
setButtons ( String bNames ) : void |
set the buttons according to the list of the buttons given
|
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
|
public setButtons ( String bNames ) : void | ||
bNames | String | list of all the buttons to be set into the right buttons |
return | void |