Keyoti RapidSpell WPF API Docs
ModalAutoDispose Property
APIKeyoti.RapidSpell.WpfRapidSpellGUIPresenterModalAutoDispose
Keyoti RapidSpell WPF
When running modally, determines if the dialog will be disposed of when spell check finishes.
Declaration Syntax
C#Visual BasicVisual C++
public bool ModalAutoDispose { get; set; }
Public Property ModalAutoDispose As Boolean
public:
virtual property bool ModalAutoDispose {
	bool get () sealed;
	void set (bool value) sealed;
}
Remarks
If a modal form disposes of itself, there will be slight flickering on the screen, to prevent this, set this property to false and call Dispose() when finished with this control.

Assembly: Keyoti3.RapidSpell.WPF (Module: Keyoti3.RapidSpell.WPF) Version: 2.0.10.827