C1TextEditableContentControl Class
In This Topic
Object Model
Syntax
'Declaration
<TemplatePartAttribute(Name="EditControl", Type=C1.WPF.C1TextBoxBase)>
<TemplateVisualStateAttribute(Name="Unwatermarked", GroupName="WatermarkStates")>
<StyleTypedPropertyAttribute(Property="ValidationDecoratorStyle", StyleTargetType=C1.WPF.C1ValidationDecorator)>
<DefaultPropertyAttribute("Content")>
<ContentPropertyAttribute("Content")>
<LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
<XmlLangPropertyAttribute("Language")>
<UsableDuringInitializationAttribute(True)>
<RuntimeNamePropertyAttribute("Name")>
<UidPropertyAttribute("Uid")>
<TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
<NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
Public Class C1TextEditableContentControl
Inherits C1EditableContentControl
[TemplatePart(Name="EditControl", Type=C1.WPF.C1TextBoxBase)]
[TemplateVisualState(Name="Unwatermarked", GroupName="WatermarkStates")]
[StyleTypedProperty(Property="ValidationDecoratorStyle", StyleTargetType=C1.WPF.C1ValidationDecorator)]
[DefaultProperty("Content")]
[ContentProperty("Content")]
[Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[RuntimeNameProperty("Name")]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public class C1TextEditableContentControl : C1EditableContentControl
Inheritance Hierarchy
See Also