C# Class wenku10.Pages.Dialogs.NameValueInput

Inheritance: ContentDialog
Afficher le fichier Open project: tgckpg/wenku10

Méthodes publiques

Méthode Description
NameValueInput ( NameValue Item, string Title, string NameLabel, string ValueLabel, string BtnLeft = "OK", string BtnRight = "Cancel" ) : System

Private Methods

Méthode Description
ContentDialog_PrimaryButtonClick ( ContentDialog sender, ContentDialogButtonClickEventArgs args ) : void
DetectInput ( ) : void
OnKeyDown ( object sender, KeyRoutedEventArgs e ) : void

Method Details

NameValueInput() public méthode

public NameValueInput ( NameValue Item, string Title, string NameLabel, string ValueLabel, string BtnLeft = "OK", string BtnRight = "Cancel" ) : System
Item NameValue
Title string
NameLabel string
ValueLabel string
BtnLeft string
BtnRight string
Résultat System