C1.WPF.Input Namespace / C1TextEditableContentControl Class
Members

C1TextEditableContentControl Class
The ContentControl that supports edit mode using a TextBox.
Object Model
C1TextEditableContentControl Class
Syntax
'Declaration
 
<C1ControlAttribute()>
<C1TemplatePartAttribute(Name="EditControl", Type=C1.WPF.Input.C1TextBoxBase)>
<TemplatePartAttribute(Name="EditControl", Type=C1.WPF.Input.C1TextBoxBase)>
<StyleTypedPropertyAttribute(Property="ValidationDecoratorStyle", StyleTargetType=C1.WPF.Input.C1ValidationDecorator)>
<TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
<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
 
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     System.Windows.Controls.ContentControl
                        C1.WPF.Input.C1EditableContentControl
                           C1.WPF.Input.C1TextEditableContentControl

See Also