Click or drag to resize
KaxSpellButtonType Property
Gets or sets the type of the button that will start the spellcheck.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public ButtonType ButtonType { get; set; }

Property Value

Type: ButtonType
The default is PushButton
Remarks

Values allowed: PushButton/LinkButton/ImageButton/ None.

Setting the value to None will not render a button. The only way to start a spellcheck will be through the client-side API.

See Also