C# Class wenku10.Pages.Dialogs.NameValueInput

Inheritance: ContentDialog
ファイルを表示 Open project: tgckpg/wenku10

Public Methods

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

Private Methods

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

Method Details

NameValueInput() public method

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
return System