Method | Description | |
---|---|---|
AddButton ( this bar, string text, |
||
AddButton ( this bar, string text, |
||
AddMenuItem ( this bar, string text, System.Action handler ) : Microsoft.Phone.Shell.ApplicationBar | ||
AddMenuItem ( this bar, string text, EventHandler handler ) : Microsoft.Phone.Shell.ApplicationBar |
public static AddButton ( this bar, string text, |
||
bar | this | |
text | string | |
image | ||
handler | System.Action | |
return | Microsoft.Phone.Shell.ApplicationBar |
public static AddButton ( this bar, string text, |
||
bar | this | |
text | string | |
image | ||
handler | EventHandler | |
return | Microsoft.Phone.Shell.ApplicationBar |
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 |
public static AddMenuItem ( this bar, string text, EventHandler handler ) : Microsoft.Phone.Shell.ApplicationBar | ||
bar | this | |
text | string | |
handler | EventHandler | |
return | Microsoft.Phone.Shell.ApplicationBar |