[This is preliminary documentation and is subject to change.]
Displays an object or collection to the user using a particular
Layout.
| C# |
public override ModalResult ShowModal( IClassified toShow, Layout layout, ContainerProperties properties )
- toShow (IClassified)
- The object or collection to display to the user.
- properties (ContainerProperties)
- An object containing property values to be applied to the window showing the object.
A value representing the manner in which the user dismissed the
modal display.
The object or collection is displayed in a modal window, and this
method will not return until the user dismisses the modal display.
| Exception | Condition |
|---|---|
| InvalidOperationException | No IPWindow has
yet been displayed. |