Table of Contents

Class ObjectDialogWindow

Namespace
HeBianGu.Window.MessageDialog
Assembly
HeBianGu.Window.MessageDialog.dll
public class ObjectDialogWindow : DialogWindowBase, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IDialogWindow, IWindowBase
Inheritance
ObjectDialogWindow
Implements
Inherited Members
Extension Methods

Constructors

ObjectDialogWindow()

public ObjectDialogWindow()

Methods

ShowDialog(object, string, Action<Window>, int, bool, params Tuple<string, Action>[])

显示窗口

public static bool ShowDialog(object content, string title = null, Action<Window> builder = null, int closeTime = -1, bool showEffect = true, params Tuple<string, Action>[] acts)

Parameters

content object
title string
builder Action<Window>
closeTime int
showEffect bool
acts Tuple<string, Action>[]

Returns

bool

ShowDialogWith(object, string, Action<Window>, bool, params Tuple<string, Action<IDialogWindow>>[])

显示窗口

public static int ShowDialogWith(object content, string title = null, Action<Window> builder = null, bool showEffect = false, params Tuple<string, Action<IDialogWindow>>[] acts)

Parameters

content object
title string
builder Action<Window>
showEffect bool
acts Tuple<string, Action<IDialogWindow>>[]

Returns

int

ShowSumit(object, string, Action<Window>, bool, int)

只有确定的按钮

public static bool ShowSumit(object messge, string title = null, Action<Window> builder = null, bool showEffect = false, int closeTime = -1)

Parameters

messge object
title string
builder Action<Window>
showEffect bool
closeTime int

Returns

bool