C1WebSpellChecker Theme.
Namespace:
C1.Web.EditorAssembly: C1.Web.Editor.2 (in C1.Web.Editor.2.dll)
Syntax
| C# |
|---|
[ThemeableAttribute(true)] [EditorBrowsableAttribute(EditorBrowsableState.Always)] [BrowsableAttribute(true)] [NotifyParentPropertyAttribute(true)] [PersistenceModeAttribute(PersistenceMode.InnerProperty)] [TypeConverterAttribute(typeof(ExpandableObjectConverter))] [BindableAttribute(false)] public C1WebSpellCheckerTheme SpellCheckerTheme { get; } |
| Visual Basic (Declaration) |
|---|
<ThemeableAttribute(True)> _ <EditorBrowsableAttribute(EditorBrowsableState.Always)> _ <BrowsableAttribute(True)> _ <NotifyParentPropertyAttribute(True)> _ <PersistenceModeAttribute(PersistenceMode.InnerProperty)> _ <TypeConverterAttribute(GetType(ExpandableObjectConverter))> _ <BindableAttribute(False)> _ Public ReadOnly Property SpellCheckerTheme As C1WebSpellCheckerTheme Get |