Namespace: Consultingwerk.Framework.Session
Interface 
ILoginForm Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.Windows.JwtAuth.JwtAuthForm, Consultingwerk.Windows.Session.LoginForm

File:ILoginForm
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Mon Nov 15 23:36:15 CET 2010
Purpose: Shows the form as a modal dialog box.



Top Method Summary
Options Name Purpose
+ System.Windows.Forms.DialogResult ShowDialog () Shows the form as a modal dialog box. @return One of the System.Windows.Forms.DialogResult values. */
+ System.Windows.Forms.DialogResult ShowDialog (IWin32Window) Shows the form as a modal dialog box with the specified owner.


Method Detail
Top

PUBLIC System.Windows.Forms.DialogResult ShowDialog ()

Purpose: Shows the form as a modal dialog box.

Returns System.Windows.Forms.DialogResult
One of the System.Windows.Forms.DialogResult values.
Top

PUBLIC System.Windows.Forms.DialogResult ShowDialog (IWin32Window)

Purpose: Shows the form as a modal dialog box with the specified owner.
Notes:

Parameters:
poOwner System.Windows.Forms.IWin32Window
Any object that implements IWin32Window that represents the top-level window that will own the modal dialog box.
Returns System.Windows.Forms.DialogResult
One of the System.Windows.Forms.DialogResult values.


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       27.03.2024 00:27:48