TextInputElementsDisabled Style.

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

Syntax

C#
[ThemeableAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
[BrowsableAttribute(true)]
[BindableAttribute(false)]
[NotifyParentPropertyAttribute(true)]
public ExtendedItemStyle TextInputElementsDisabledStyle { get; }
Visual Basic (Declaration)
<ThemeableAttribute(True)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
<EditorBrowsableAttribute(EditorBrowsableState.Always)> _
<BrowsableAttribute(True)> _
<BindableAttribute(False)> _
<NotifyParentPropertyAttribute(True)> _
Public ReadOnly Property TextInputElementsDisabledStyle As ExtendedItemStyle
	Get

See Also