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: .
Namespace: KGySoft.WinForms.FormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public static IWin32Window? DialogsOwner { get; set; }
Public Shared Property DialogsOwner As IWin32Window
Get
Set
public:
static property IWin32Window^ DialogsOwner {
IWin32Window^ get ();
void set (IWin32Window^ value);
}
static member DialogsOwner : IWin32Window with get, set
Property Value
IWin32Window