Gets or sets the parent window of the dialog box.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Visual Basic |
Dim instance As SmsDialogData
Dim value As IWin32Window
value = instance.ParentWindow
instance.ParentWindow = value
|
Syntax
Visual Basic |
Public Property ParentWindow As IWin32Window
|
C# |
public IWin32Window ParentWindow { get; set; }
|
C++ |
public:
property IWin32Window^ ParentWindow {
IWin32Window^ get ();
void set (IWin32Window^ value);
}
|
J# |
/** @property */
public IWin32Window get_ParentWindow ()
/** @property */
public void set_ParentWindow (IWin32Window value)
|
JScript |
public function get ParentWindow () : IWin32Window
public function set ParentWindow (value : IWin32Window)
|
Property Value
System.Windows.Forms.IWin32Window object.
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also