ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / IInputTextField Interface / SpellCheck Property

In This Topic
    SpellCheck Property (IInputTextField)
    In This Topic
    Gets a value indicating whether spell check is enabled for the input field.
    Syntax
    'Declaration
     
    ReadOnly Property SpellCheck As Boolean
    bool SpellCheck {get;}

    Property Value

    true if spell check is enabled; otherwise, false.
    See Also