[This is preliminary documentation and is subject to change.]
Makes an IPWindow visible in the user interface,
setting its title.
| C# |
public abstract ModalResult ShowWindowModal( IPWindow window, string title )
A value representing the manner in which the user dismissed the
modal window.
The window is displayed modally, and this method will not return
until the user dismisses the modal display.