Keyoti RapidSpell Desktop .NET API Docs
ModalAutoDispose Property
APIKeyoti.RapidSpellRapidSpellDialogModalAutoDispose
Keyoti RapidSpell Desktop .NET
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:
property bool ModalAutoDispose {
	bool get ();
	void set (bool value);
}
public:
property bool ModalAutoDispose {
	bool get ();
	void set (bool value);
}
member ModalAutoDispose : bool with get, set
member 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: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412