C1WebSpellChecker Theme.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
[ThemeableAttribute(true)]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public class C1WebSpellCheckerTheme : Component, 
	IStateManager, IC1Style
Visual Basic (Declaration)
<ThemeableAttribute(True)> _
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public Class C1WebSpellCheckerTheme _
	Inherits Component _
	Implements IStateManager, IC1Style

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      C1.Web.Editor..::..C1WebSpellCheckerTheme

See Also