WindowsFormsEditorServiceShowDialog Method

Shows the specified Form.

Definition

Namespace: DevCase.Runtime.Services
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual DialogResult ShowDialog(
	Form dialog
)

Parameters

dialog  Form
The Form to display.

Return Value

DialogResult
A DialogResult indicating the result code returned by the Form.

Implements

IWindowsFormsEditorServiceShowDialog(Form)

See Also