DialogsDialogsOwner Property

Gets or sets a common owner for the message dialogs when the owner is not specified in the dialog showing methods.
Default value: .

Definition

Namespace: KGySoft.WinForms.Forms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public static IWin32Window? DialogsOwner { get; set; }

Property Value

IWin32Window

See Also