UltimateSearch Class Library

UltimateSearchOutput.SpellSuggestFormat Property

Gets or sets the formatted text displayed for spell check suggestions.

[Visual Basic]
Public Property SpellSuggestFormat As String
[C#]
public string SpellSuggestFormat {get; set;}

Property Value

Formatted text displayed for spell check suggestions. The default value is <span style=\"color:#ff0000\">Did you mean:</span> <b>[SpellSuggest]</b>.

Remarks

Use this property to set the formatted text displayed for spell check suggestions.

See Also

UltimateSearchOutput Class | Karamasoft.WebControls.UltimateSearch Namespace