Visual Basic (Declaration) | |
---|---|
Public Function ShowDialog( _ ByVal owner As IWin32Window _ ) As DialogResult |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DialogResult ShowDialog( IWin32Window owner ) |
Managed Extensions for C++ | |
---|---|
public: DialogResult ShowDialog( IWin32Window owner ) |
C++/CLI | |
---|---|
public: DialogResult ShowDialog( IWin32Window owner ) |
Parameters
- owner
- Any object that implements IWin32Window that represents the top-level window that will own the modal dialog box.
Return Value
Returns a value of the dialog box that specifies the identifiers.Refer to RasterOpenDialog example.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family