Click or drag to resize

ApiSessionShowDialog Method

Shows a window and sets the main application window as owner of the given window

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public Nullable<bool> ShowDialog(
	Window aWindow
)

Parameters

aWindow
Type: System.WindowsWindow
the window to show

Return Value

Type: NullableBoolean
the result from the ShowDialog method of the window
Remarks
This method always returns null when called from an external API program
See Also