Class NotifyDialogWindow
public class NotifyDialogWindow : NotifyWindowBase, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IWindowBase
- Inheritance
-
NotifyDialogWindow
- Implements
- Inherited Members
- Extension Methods
Constructors
NotifyDialogWindow()
public NotifyDialogWindow()
Properties
Result
public bool Result { get; set; }
Property Value
Methods
ShowDialog(string, string, int, params Tuple<string, Action>[])
public static bool ShowDialog(string messge, string title = null, int closeTime = -1, params Tuple<string, Action>[] acts)
Parameters
Returns
ShowDialog(string, Grid)
public static void ShowDialog(string message, Grid owner)
Parameters
ShowDialogWith(string, string, params Tuple<string, Action<NotifyDialogWindow>>[])
public static int ShowDialogWith(string messge, string title = null, params Tuple<string, Action<NotifyDialogWindow>>[] acts)
Parameters
Returns
ShowMessage(string, string, int)
public static void ShowMessage(string messge, string title = null, int closeTime = -1)
Parameters
ShowSumit(string, string, int)
public static bool ShowSumit(string messge, string title = null, int closeTime = -1)