- Owner
- Any object that implements IWin32Window and represents the top-level window that will own this configuration form.
| Visual Basic (Declaration) | |
|---|---|
Overloads Sub Show( _ ByVal Owner As IWin32Window _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IConfigureDialog Dim Owner As IWin32Window instance.Show(Owner) | |
| C# | |
|---|---|
void Show( IWin32Window Owner ) | |
| C++/CLI | |
|---|---|
void Show( IWin32Window^ Owner ) | |
Parameters
- Owner
- Any object that implements IWin32Window and represents the top-level window that will own this configuration form.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code