C# Class VLC_WINRT.Views.Controls.InputDialog.InputDialog

Inheritance: Windows.UI.Xaml.Controls.UserControl
Afficher le fichier Open project: kusl/vlcwinrt Class Usage Examples

Méthodes publiques

Méthode Description
InputDialog ( ) : System
Show ( string logoPath, string title, string subTitle, string actionButton, AlwaysExecutableCommand actionCommand ) : void

Private Methods

Méthode Description
ActionButtonClicked ( object sender, RoutedEventArgs e ) : void
CancelDialog ( object sender, RoutedEventArgs e ) : void

Method Details

InputDialog() public méthode

public InputDialog ( ) : System
Résultat System

Show() public méthode

public Show ( string logoPath, string title, string subTitle, string actionButton, AlwaysExecutableCommand actionCommand ) : void
logoPath string
title string
subTitle string
actionButton string
actionCommand VLC_WINRT.Common.AlwaysExecutableCommand
Résultat void