KaxSpellButtonType Property |
Gets or sets the type of the button that will start the spellcheck.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ButtonType ButtonType { get; set; }
Public Property ButtonType As ButtonType
Get
Set
public:
property ButtonType ButtonType {
ButtonType get ();
void set (ButtonType value);
}
member ButtonType : ButtonType with get, set
Property Value
Type:
ButtonTypeThe default is
PushButton
RemarksValues 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