C# Class MahApps.Metro.Controls.Dialogs.InputDialog

InputDialog
Inheritance: BaseMetroDialog, System.Windows.Markup.IComponentConnector
Show file Open project: MahApps/MahApps.Metro Class Usage Examples

Public Properties

Property Type Description
AffirmativeButtonTextProperty System.Windows.DependencyProperty
InputProperty System.Windows.DependencyProperty
MessageProperty System.Windows.DependencyProperty
NegativeButtonTextProperty System.Windows.DependencyProperty

Protected Methods

Method Description
OnLoaded ( ) : void

Private Methods

Method Description
InputDialog ( ) : System
InputDialog ( MahApps.Metro.Controls.MetroWindow parentWindow ) : System
InputDialog ( MahApps.Metro.Controls.MetroWindow parentWindow, MetroDialogSettings settings ) : System
WaitForButtonPressAsync ( ) : Task

Method Details

OnLoaded() protected method

protected OnLoaded ( ) : void
return void

Property Details

AffirmativeButtonTextProperty public static property

public static DependencyProperty,System.Windows AffirmativeButtonTextProperty
return System.Windows.DependencyProperty

InputProperty public static property

public static DependencyProperty,System.Windows InputProperty
return System.Windows.DependencyProperty

MessageProperty public static property

public static DependencyProperty,System.Windows MessageProperty
return System.Windows.DependencyProperty

NegativeButtonTextProperty public static property

public static DependencyProperty,System.Windows NegativeButtonTextProperty
return System.Windows.DependencyProperty