







Gets or sets the parent window.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
---|
public IWin32Window Owner { get; set; } |
Visual Basic |
---|
Public Property Owner As IWin32Window Get Set |
Visual C++ |
---|
public: property IWin32Window^ Owner { IWin32Window^ get (); void set (IWin32Window^ value); } |
F# |
---|
member Owner : IWin32Window with get, set |
Property Value
Type: IWin32Window
Remarks
This object is used for dialog box creation and centering when a security DLL has been defined.