Click or drag to resize

IWindowShowDialog Method (E3DMessageBoxButton)

Shows the window and returns a result when the window is closed.

Namespace:  Demo3D.Gui
Assembly:  WpfControls (in WpfControls.dll) Version: 18.04.00
Syntax
C#
E3DMessageBoxResult ShowDialog(
	E3DMessageBoxButton buttons
)

Parameters

buttons
Type: Demo3D.GuiE3DMessageBoxButton

[Missing <param name="buttons"/> documentation for "M:Demo3D.Gui.IWindow.ShowDialog(Demo3D.Gui.E3DMessageBoxButton)"]

Return Value

Type: E3DMessageBoxResult

[Missing <returns> documentation for "M:Demo3D.Gui.IWindow.ShowDialog(Demo3D.Gui.E3DMessageBoxButton)"]

See Also