C# 클래스 ZSCY_Win10.Controls.NotifyPopup

상속: Windows.UI.Xaml.Controls.UserControl
파일 보기 프로젝트 열기: RedrockMobile/CyxbsMobile_Win 1 사용 예제들

공개 메소드들

메소드 설명
NotifyPopup ( string content ) : System
NotifyPopup ( string content, TimeSpan showTime ) : System
Show ( ) : void

비공개 메소드들

메소드 설명
MeasurePopupSize ( ) : void
NotifyPopup ( ) : System
NotifyPopup_Loaded ( object sender, RoutedEventArgs e ) : void
NotifyPopup_Unloaded ( object sender, RoutedEventArgs e ) : void
NotifyPopup_VisibleBoundsChanged ( Windows sender, object args ) : void
SbOut_Completed ( object sender, object e ) : void

메소드 상세

NotifyPopup() 공개 메소드

public NotifyPopup ( string content ) : System
content string
리턴 System

NotifyPopup() 공개 메소드

public NotifyPopup ( string content, TimeSpan showTime ) : System
content string
showTime TimeSpan
리턴 System

Show() 공개 메소드

public Show ( ) : void
리턴 void