Back to Devexpress

SpellChecker.FormsManager Property

windowsforms-devexpress-dot-xtraspellchecker-dot-spellchecker-a1b912dd.md

latest1.4 KB
Original Source

SpellChecker.FormsManager Property

Provides access to the object that manages the spelling forms for user interaction.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.XtraSpellChecker.v25.2.dll

NuGet Package : DevExpress.Win.SpellChecker

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[Browsable(false)]
public SpellingFormsManager FormsManager { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
<Browsable(False)>
Public ReadOnly Property FormsManager As SpellingFormsManager

Property Value

TypeDescription
DevExpress.XtraSpellChecker.Forms.SpellingFormsManager

A SpellingFormsManager object.

|

Remarks

Use this property to get access to the forms used to display the list of suggestions and spelling options to the user.

See Also

SpellChecker Class

SpellChecker Members

DevExpress.XtraSpellChecker Namespace