IWindowsFormsEditorService.ShowDialog-Methode
Zeigt das angegebene Form an.
Namespace: System.Windows.Forms.Design
Assembly: System.Windows.Forms (in system.windows.forms.dll)
Syntax
'Declaration
Function ShowDialog ( _
dialog As Form _
) As DialogResult
'Usage
Dim instance As IWindowsFormsEditorService
Dim dialog As Form
Dim returnValue As DialogResult
returnValue = instance.ShowDialog(dialog)
DialogResult ShowDialog (
Form dialog
)
DialogResult ShowDialog (
Form^ dialog
)
DialogResult ShowDialog (
Form dialog
)
function ShowDialog (
dialog : Form
) : DialogResult
Parameter
- dialog
Das anzuzeigende Form.
Rückgabewert
Ein DialogResult, das den vom Form zurückgegebenen Ergebniscode angibt.
Hinweise
Diese Methode zeigt das angegebene Formular an.
Plattformen
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.
Versionsinformationen
.NET Framework
Unterstützt in: 2.0, 1.1, 1.0
Siehe auch
Referenz
IWindowsFormsEditorService-Schnittstelle
IWindowsFormsEditorService-Member
System.Windows.Forms.Design-Namespace
DialogResult
ShowDialog