When running modally, determines if the dialog will be disposed of when spell check finishes.

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
bool ModalAutoDispose { get; set; }
bool ModalAutoDispose { get; set; }
Property ModalAutoDispose As Boolean Get Set
Property ModalAutoDispose As Boolean Get Set
property bool ModalAutoDispose { bool get (); void set (bool value); }
property bool ModalAutoDispose { bool get (); void set (bool value); }
abstract ModalAutoDispose : bool with get, set
abstract ModalAutoDispose : bool with get, set


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