Persistate API documentation
ShowWindowModal Method (window, title)
NamespacesPersistate.UI.DesktopDesktopUserInterfaceShowWindowModal(IPWindow, String)

[This is preliminary documentation and is subject to change.]

Makes an IPWindow visible in the user interface, setting its title.
Declaration Syntax
C#
public override ModalResult ShowWindowModal(
	IPWindow window,
	string title
)
Parameters
window (IPWindow)
The IPWindow to display.
title (String)
The title to give to the shown window.
Return Value
A value representing the manner in which the user dismissed the modal window.
Remarks
The window is displayed modally, and this method will not return until the user dismisses the modal display.

Assembly: Persistate.UI.Desktop (Module: Persistate.UI.Desktop) Version: 0.6.1.20 (0.6.1.20)