C# Class ServiceInsight.Framework.UI.ScreenManager.Dialog

Afficher le fichier Open project: Particular/ServiceInsight Class Usage Examples

Méthodes publiques

Свойство Type Description
IsModalProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
Dialog ( Window parent ) : System.Windows
GetIsModalProperty ( Window window ) : bool
SetIsModalProperty ( Window window, bool value ) : void
ShowDialog ( ) : bool?

Private Methods

Méthode Description
Dialog ( ) : System.Windows
FindFirstModalDialog ( Window ownerWindow ) : Window

Method Details

Dialog() public méthode

public Dialog ( Window parent ) : System.Windows
parent System.Windows.Window
Résultat System.Windows

GetIsModalProperty() public static méthode

public static GetIsModalProperty ( Window window ) : bool
window System.Windows.Window
Résultat bool

SetIsModalProperty() public static méthode

public static SetIsModalProperty ( Window window, bool value ) : void
window System.Windows.Window
value bool
Résultat void

ShowDialog() public méthode

public ShowDialog ( ) : bool?
Résultat bool?

Property Details

IsModalProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsModalProperty
Résultat System.Windows.DependencyProperty