Enabled Property

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets a value that indicates whether the spell button is enabled.

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

Syntax

C#
public override bool Enabled { get; set; }
Visual Basic
Public Overrides Property Enabled As Boolean
	Get
	Set
Visual C++
public:
virtual property bool Enabled {
	bool get () override;
	void set (bool value) override;
}

Field Value

true if the spell button is enabled; otherwise, false. The default value is true.

Remarks

Use this property to enable the spell button.

See Also