Table of Contents

Class NotifyDialogWindow

Namespace
HeBianGu.Window.Notify
Assembly
HeBianGu.Window.Notify.dll
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

bool

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

messge string
title string
closeTime int
acts Tuple<string, Action>[]

Returns

bool

ShowDialog(string, Grid)

public static void ShowDialog(string message, Grid owner)

Parameters

message string
owner Grid

ShowDialogWith(string, string, params Tuple<string, Action<NotifyDialogWindow>>[])

public static int ShowDialogWith(string messge, string title = null, params Tuple<string, Action<NotifyDialogWindow>>[] acts)

Parameters

messge string
title string
acts Tuple<string, Action<NotifyDialogWindow>>[]

Returns

int

ShowMessage(string, string, int)

public static void ShowMessage(string messge, string title = null, int closeTime = -1)

Parameters

messge string
title string
closeTime int

ShowSumit(string, string, int)

public static bool ShowSumit(string messge, string title = null, int closeTime = -1)

Parameters

messge string
title string
closeTime int

Returns

bool