Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1TextEditableContentControl Class
Members

In This Topic
    C1TextEditableContentControl Class
    In This Topic
    Dual control that provides a System.Windows.Controls.TextBox on edit mode, and a System.Windows.Controls.ContentControl on readonly mode.
    Object Model
    C1TextEditableContentControl Class
    Syntax
    'Declaration
     
    
    <TemplatePartAttribute(Name="ContentControl", Type=System.Windows.Controls.ContentPresenter)>
    <TemplateVisualStateAttribute(Name="InvalidFocused", GroupName="ValidationStatesStates")>
    <StyleTypedPropertyAttribute(Property="ValidationDecoratorStyle", StyleTargetType=C1.Silverlight.C1ValidationDecorator)>
    <ContentPropertyAttribute("Content", True)>
    Public Class C1TextEditableContentControl 
       Inherits C1EditableContentControl
    [TemplatePart(Name="ContentControl", Type=System.Windows.Controls.ContentPresenter)]
    [TemplateVisualState(Name="InvalidFocused", GroupName="ValidationStatesStates")]
    [StyleTypedProperty(Property="ValidationDecoratorStyle", StyleTargetType=C1.Silverlight.C1ValidationDecorator)]
    [ContentProperty("Content", true)]
    public class C1TextEditableContentControl : C1EditableContentControl 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   System.Windows.Controls.ContentControl
                      C1.Silverlight.C1EditableContentControl
                         C1.Silverlight.C1TextEditableContentControl

    See Also