C# Class MetroFanfou.Helper.Tools

Mostrar archivo Open project: dodola/WP7Fanfou

Public Properties

Property Type Description
OnPopToastCompleted PopToastCompleted

Public Methods

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

public HighlightText ( System.Windows.Controls.RichTextBox block ) : void
block System.Windows.Controls.RichTextBox
return void

IsEnableNetWorkConnection() public static method

public static IsEnableNetWorkConnection ( ) : bool
return bool

IsWifi() public static method

public static IsWifi ( ) : bool
return bool

PopToast() public static method

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

SavePicture() public static method

public static SavePicture ( System.Windows.Controls.Image img ) : void
img System.Windows.Controls.Image
return void

ToastCompleted() public static method

public static ToastCompleted ( object sender, PopUpResult>.PopUpEventArgs e ) : void
sender object
e PopUpResult>.PopUpEventArgs
return void

Property Details

OnPopToastCompleted public_oe static_oe property

public static PopToastCompleted OnPopToastCompleted
return PopToastCompleted