Keyoti RapidSpell WPF API Docs
ModalOwner Property
APIKeyoti.RapidSpell.WpfRapidSpellDialogModalOwner
Keyoti RapidSpell WPF
The owner of the checker form, when it's viewed modally.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual 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
Property Value
Remarks
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