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

Inheritance: Windows.UI.Xaml.Controls.UserControl
Show file Open project: kusl/vlcwinrt Class Usage Examples

Public Methods

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

Private Methods

Method Description
ActionButtonClicked ( object sender, RoutedEventArgs e ) : void
CancelDialog ( object sender, RoutedEventArgs e ) : void

Method Details

InputDialog() public method

public InputDialog ( ) : System
return System

Show() public method

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