C# 클래스 Geowigo.Utils.ControlExtensions

파일 보기 프로젝트 열기: WFoundation/WF.Player.WinPhone

공개 메소드들

메소드 설명
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