C# 클래스 P02Project.TitleBarControl

Interaction logic for TitleBarControl.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: raouldc/OptiDev

공개 메소드들

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

비공개 메소드들

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

메소드 상세

TitleBarControl() 공개 메소드

constructor
public TitleBarControl ( ) : System
리턴 System

setColour() 공개 메소드

set the background of the titlebar
public setColour ( Color col ) : void
col Color
리턴 void

setSubtitle() 공개 메소드

Set the subtitle
public setSubtitle ( String sub ) : void
sub String
리턴 void

setTopPage() 공개 메소드

setter of the topLevelPage
public setTopPage ( TopLevelPage top ) : void
top P02Project.Screens.TopLevelPage
리턴 void