OpenSaveDialogShowDialog Method
Shows the form as a modal dialog box with the currently active window set as its owner.
Namespace: BeeMobile.OpenSaveDialogAssembly: BeeMobile.OpenSaveDialog.NET48 (in BeeMobile.OpenSaveDialog.NET48.dll) Version: 4.8.1.3
public DialogResult ShowDialog(
FormWindowState windowState = FormWindowState.Maximized
)
Public Function ShowDialog (
Optional windowState As FormWindowState = FormWindowState.Maximized
) As DialogResult
- windowState FormWindowState (Optional)
- Specifies state of OpenSaveDialog window.
DialogResultType: System.Windows.Forms.DialogResult
One of the DialogResult values.