ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1TextEditableContentControl Class
Members

In This Topic
    C1TextEditableContentControl Class
    In This Topic
    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
    [C1Control()]
    [C1TemplatePart(Name="EditControl", Type=C1.WPF.Input.C1TextBoxBase)]
    [TemplatePart(Name="EditControl", Type=C1.WPF.Input.C1TextBoxBase)]
    [StyleTypedProperty(Property="ValidationDecoratorStyle", StyleTargetType=C1.WPF.Input.C1ValidationDecorator)]
    [TemplateVisualState(Name="Normal", GroupName="CommonStates")]
    [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

    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