Gets or sets the owner window handle. This is an optional property.
public IntPtr Owner { get; set; }
The owner window handle.
The service has a part that shows visuals (UI) and has desktop interactions.
Use this property to set the window handle for the parent window for any UI shown by the service.