Persistate API documentation
ShowModalOkCancel Method (toShow, properties)
NamespacesPersistateUserInterfaceShowModalOkCancel(IClassified, ContainerProperties)

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

Displays an object or collection to the user using the default Layout, and with Ok and Cancel buttons.
Declaration Syntax
C#
public ModalResult ShowModalOkCancel(
	IClassified toShow,
	ContainerProperties properties
)
Parameters
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.
Return Value
A value representing the manner in which the user dismissed the modal display.
Remarks
The object or collection is displayed in a modal window, and this method will not return until the user dismisses the modal display. The modal display will contain extra Ok and Cancel buttons apart from the controls in the Layout.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)