UltimateSpell Class Library

UltimateSpell.ShowAddButton Property

Gets or sets a value that indicates whether to show the "Add to Dictionary" button when CustomDictionary is set.

[Visual Basic]
Overridable Public Property ShowAddButton As Boolean
[C#]
public virtual bool ShowAddButton {get; set;}

Property Value

true if the "Add to Dictionary" button is shown; otherwise, false. The default value is true.

Remarks

Use this property to show the "Add to Dictionary" button when CustomDictionary is set.

You should set the CustomDictionary property to a value in order to display the "Add to Dictionary" button. Otherwise it will not display this button.

You should set this property to false when you want to hide the "Add to Dictionary" button. However, it will still use the custom dictionary if the CustomDictionary property is set to a value.

See Also

UltimateSpell Class | Karamasoft.WebControls.UltimateSpell Namespace