OpenSaveDialogShowDialog Method

Shows the form as a modal dialog box with the currently active window set as its owner.

Definition

Namespace: BeeMobile.OpenSaveDialog
Assembly: BeeMobile.OpenSaveDialog.NET48 (in BeeMobile.OpenSaveDialog.NET48.dll) Version: 4.8.1.3
C#
public DialogResult ShowDialog(
	FormWindowState windowState = FormWindowState.Maximized
)

Parameters

windowState  FormWindowState  (Optional)
Specifies state of OpenSaveDialog window.

Return Value

DialogResult
Type: System.Windows.Forms.DialogResult
One of the DialogResult values.

See Also