Keyoti RapidSpell Silverlight API Docs
ModalAutoDispose Property
APIKeyoti.RapidSpellIUserInterfaceFormPresenterModalAutoDispose
Keyoti RapidSpell Silverlight
When running modally, determines if the dialog will be disposed of when spell check finishes.
Declaration Syntax
C#Visual BasicVisual C++F#
bool ModalAutoDispose { get; set; }
Property ModalAutoDispose As Boolean
	Get
	Set
property bool ModalAutoDispose {
	bool get ();
	void set (bool value);
}
abstract 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: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)