C# Class P02Project.TitleBarControl

Interaction logic for TitleBarControl.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: raouldc/OptiDev

Méthodes publiques

Méthode Description
TitleBarControl ( ) : System

constructor

setColour ( Color col ) : void

set the background of the titlebar

setSubtitle ( String sub ) : void

Set the subtitle

setTopPage ( TopLevelPage top ) : void

setter of the topLevelPage

Private Methods

Méthode Description
Back_Click ( object sender, RoutedEventArgs e ) : void

this method called when the back button has been clicked

CCF_Button_Click ( object sender, RoutedEventArgs e ) : void
ResetTimer ( ) : void
dt_Tick ( object sender, EventArgs e ) : void

Method Details

TitleBarControl() public méthode

constructor
public TitleBarControl ( ) : System
Résultat System

setColour() public méthode

set the background of the titlebar
public setColour ( Color col ) : void
col Color
Résultat void

setSubtitle() public méthode

Set the subtitle
public setSubtitle ( String sub ) : void
sub String
Résultat void

setTopPage() public méthode

setter of the topLevelPage
public setTopPage ( TopLevelPage top ) : void
top P02Project.Screens.TopLevelPage
Résultat void