C# Class ZSCY_Win10.Controls.NotifyPopup

Inheritance: Windows.UI.Xaml.Controls.UserControl
Show file Open project: RedrockMobile/CyxbsMobile_Win Class Usage Examples

Public Methods

Method Description
NotifyPopup ( string content ) : System
NotifyPopup ( string content, TimeSpan showTime ) : System
Show ( ) : void

Private Methods

Method 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 method

public NotifyPopup ( string content ) : System
content string
return System

NotifyPopup() public method

public NotifyPopup ( string content, TimeSpan showTime ) : System
content string
showTime TimeSpan
return System

Show() public method

public Show ( ) : void
return void