UltimateSpellButton Class

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Represents a multi-button control that allows the user to start spell checking.

Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738

Syntax

C#
public class UltimateSpellButton : WebControl, 
	INamingContainer
Visual Basic
Public Class UltimateSpellButton _
	Inherits WebControl _
	Implements INamingContainer
Visual C++
public ref class UltimateSpellButton : public WebControl, 
	INamingContainer

Remarks

You can set the ButtonType property to Button, ImageButton, or LinkButton.

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      Karamasoft.WebControls.UltimateSpell..::..UltimateSpellButton

See Also