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

InputDialog
Inheritance: BaseMetroDialog, System.Windows.Markup.IComponentConnector
Exibir arquivo 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_oe static_oe property

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

InputProperty public_oe static_oe property

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

MessageProperty public_oe static_oe property

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

NegativeButtonTextProperty public_oe static_oe property

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