C# Class MetroFanfou.Helper.Tools

Afficher le fichier Open project: dodola/WP7Fanfou

Méthodes publiques

Свойство Type Description
OnPopToastCompleted PopToastCompleted

Méthodes publiques

Méthode Description
HighlightText ( System.Windows.Controls.RichTextBox block ) : void
IsEnableNetWorkConnection ( ) : bool
IsWifi ( ) : bool
PopToast ( string title, string content = "", int MillisecondsUntilHidden = 0x3e8 ) : void
SavePicture ( System.Windows.Controls.Image img ) : void
ToastCompleted ( object sender, PopUpResult>.PopUpEventArgs e ) : void

Method Details

HighlightText() public méthode

public HighlightText ( System.Windows.Controls.RichTextBox block ) : void
block System.Windows.Controls.RichTextBox
Résultat void

IsEnableNetWorkConnection() public static méthode

public static IsEnableNetWorkConnection ( ) : bool
Résultat bool

IsWifi() public static méthode

public static IsWifi ( ) : bool
Résultat bool

PopToast() public static méthode

public static PopToast ( string title, string content = "", int MillisecondsUntilHidden = 0x3e8 ) : void
title string
content string
MillisecondsUntilHidden int
Résultat void

SavePicture() public static méthode

public static SavePicture ( System.Windows.Controls.Image img ) : void
img System.Windows.Controls.Image
Résultat void

ToastCompleted() public static méthode

public static ToastCompleted ( object sender, PopUpResult>.PopUpEventArgs e ) : void
sender object
e PopUpResult>.PopUpEventArgs
Résultat void

Property Details

OnPopToastCompleted public_oe static_oe property

public static PopToastCompleted OnPopToastCompleted
Résultat PopToastCompleted