C# Класс Geowigo.Utils.ControlExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
CreateAndAddButton ( this appBar, string iconFilenameRelative, ICommand command, string text ) : Microsoft.Phone.Shell.ApplicationBarIconButton

Creates a button and adds it to an application bar.

CreateAndAddMenuItem ( this appBar, ICommand command, string text ) : Microsoft.Phone.Shell.ApplicationBarMenuItem

Creates a menu item and adds it to an application bar.

Приватные методы

Метод Описание
ApplyCredentials ( this mapControl ) : void

Applies map credentials to this map control.

Описание методов

CreateAndAddButton() публичный статический Метод

Creates a button and adds it to an application bar.
public static CreateAndAddButton ( this appBar, string iconFilenameRelative, ICommand command, string text ) : Microsoft.Phone.Shell.ApplicationBarIconButton
appBar this
iconFilenameRelative string
command ICommand
text string
Результат Microsoft.Phone.Shell.ApplicationBarIconButton

CreateAndAddMenuItem() публичный статический Метод

Creates a menu item and adds it to an application bar.
public static CreateAndAddMenuItem ( this appBar, ICommand command, string text ) : Microsoft.Phone.Shell.ApplicationBarMenuItem
appBar this
command ICommand
text string
Результат Microsoft.Phone.Shell.ApplicationBarMenuItem