SmsDialogData.ParentWindow Property
Gets or sets the parent window of the dialog box.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As SmsDialogData
Dim value As IWin32Window
value = instance.ParentWindow
instance.ParentWindow = value
Syntax
'Declaration
Public Property ParentWindow As IWin32Window
public IWin32Window ParentWindow { get; set; }
public:
property IWin32Window^ ParentWindow {
IWin32Window^ get ();
void set (IWin32Window^ value);
}
/** @property */
public IWin32Window get_ParentWindow ()
/** @property */
public void set_ParentWindow (IWin32Window value)
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
Reference
SmsDialogData Class
SmsDialogData Members
Microsoft.ConfigurationManagement.AdminConsole Namespace