C# 클래스 TitleBarApp1.MainPage

상속: Windows.UI.Xaml.Controls.Page
파일 보기 프로젝트 열기: Myfreedom614/UWP-Samples

공개 프로퍼티들

프로퍼티 타입 설명
Current MainPage

공개 메소드들

메소드 설명
AddCustomTitleBar ( ) : void
MainPage ( ) : System
NotifyUser ( string strMessage, NotifyType type ) : void

Used to display messages to the user

RemoveCustomTitleBar ( ) : void

보호된 메소드들

메소드 설명
OnNavigatedTo ( NavigationEventArgs e ) : void

비공개 메소드들

메소드 설명
Button_Click ( object sender, RoutedEventArgs e ) : void
Footer_Click ( object sender, RoutedEventArgs e ) : void
ScenarioControl_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void

Called whenever the user changes selection in the scenarios list. This method will navigate to the respective sample scenario page.

메소드 상세

AddCustomTitleBar() 공개 메소드

public AddCustomTitleBar ( ) : void
리턴 void

MainPage() 공개 메소드

public MainPage ( ) : System
리턴 System

NotifyUser() 공개 메소드

Used to display messages to the user
public NotifyUser ( string strMessage, NotifyType type ) : void
strMessage string
type NotifyType
리턴 void

OnNavigatedTo() 보호된 메소드

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e NavigationEventArgs
리턴 void

RemoveCustomTitleBar() 공개 메소드

public RemoveCustomTitleBar ( ) : void
리턴 void

프로퍼티 상세

Current 공개적으로 정적으로 프로퍼티

public static MainPage Current
리턴 MainPage