Represents a spell-checking control.

Namespace:  C1.Win.C1Spell
Assembly:  C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)

Syntax

C#
[ToolboxItemAttribute(true)]
[ComVisibleAttribute(true)]
[ToolboxBitmapAttribute(typeof(C1Spell))]
public class C1Spell : Component
Visual Basic (Declaration)
<ToolboxItemAttribute(True)> _
<ComVisibleAttribute(True)> _
<ToolboxBitmapAttribute(GetType(C1Spell))> _
Public Class C1Spell _
	Inherits Component

Inheritance Hierarchy

See Also