C# Class trello.Extensions.AppBarExtensions

Datei anzeigen Open project: Bunk/trellow

Public Methods

Method Description
AddButton ( this bar, string text, Uri image, System.Action handler ) : Microsoft.Phone.Shell.ApplicationBar
AddButton ( this bar, string text, Uri image, EventHandler handler ) : Microsoft.Phone.Shell.ApplicationBar
AddMenuItem ( this bar, string text, System.Action handler ) : Microsoft.Phone.Shell.ApplicationBar
AddMenuItem ( this bar, string text, EventHandler handler ) : Microsoft.Phone.Shell.ApplicationBar

Method Details

AddButton() public static method

public static AddButton ( this bar, string text, Uri image, System.Action handler ) : Microsoft.Phone.Shell.ApplicationBar
bar this
text string
image System.Uri
handler System.Action
return Microsoft.Phone.Shell.ApplicationBar

AddButton() public static method

public static AddButton ( this bar, string text, Uri image, EventHandler handler ) : Microsoft.Phone.Shell.ApplicationBar
bar this
text string
image System.Uri
handler EventHandler
return Microsoft.Phone.Shell.ApplicationBar

AddMenuItem() public static method

public static AddMenuItem ( this bar, string text, System.Action handler ) : Microsoft.Phone.Shell.ApplicationBar
bar this
text string
handler System.Action
return Microsoft.Phone.Shell.ApplicationBar

AddMenuItem() public static method

public static AddMenuItem ( this bar, string text, EventHandler handler ) : Microsoft.Phone.Shell.ApplicationBar
bar this
text string
handler EventHandler
return Microsoft.Phone.Shell.ApplicationBar