C# Class ZSCY_Win10.Controls.NotifyPopup

Inheritance: Windows.UI.Xaml.Controls.UserControl
Afficher le fichier Open project: RedrockMobile/CyxbsMobile_Win Class Usage Examples

Méthodes publiques

Méthode Description
NotifyPopup ( string content ) : System
NotifyPopup ( string content, TimeSpan showTime ) : System
Show ( ) : void

Private Methods

Méthode Description
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

Method Details

NotifyPopup() public méthode

public NotifyPopup ( string content ) : System
content string
Résultat System

NotifyPopup() public méthode

public NotifyPopup ( string content, TimeSpan showTime ) : System
content string
showTime TimeSpan
Résultat System

Show() public méthode

public Show ( ) : void
Résultat void