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#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public bool ModalAutoDispose { get; set; }
public bool ModalAutoDispose { get; set; }
Public Property ModalAutoDispose As Boolean
	Get
	Set
Public Property ModalAutoDispose As Boolean
	Get
	Set
public:
virtual property bool ModalAutoDispose {
	bool get () sealed;
	void set (bool value) sealed;
}
public:
virtual property bool ModalAutoDispose {
	bool get () sealed;
	void set (bool value) sealed;
}
abstract ModalAutoDispose : bool with get, set
override ModalAutoDispose : bool with get, set
abstract ModalAutoDispose : bool with get, set
override ModalAutoDispose : bool with get, set
Property Value
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: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214