The owner of the checker form, when it's viewed modally.

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public Window ModalOwner { get; set; }
public Window ModalOwner { get; set; }
Public Property ModalOwner As Window Get Set
Public Property ModalOwner As Window Get Set
public: property Window^ ModalOwner { Window^ get (); void set (Window^ value); }
public: property Window^ ModalOwner { Window^ get (); void set (Window^ value); }
member ModalOwner : Window with get, set
member ModalOwner : Window with get, set


This is equivalent to owner in ShowDialog(owner), set to null/nothing for no owner to be specified.
Assembly: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214