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

In This Topic
    C1EditableContentControl Class
    In This Topic
    ContenControl that supports edit mode using a TextBox. ContenControl that supports edit mode.
    Object Model
    C1EditableContentControl Class
    Syntax
    'Declaration
     
    
    <TemplateVisualStateAttribute(Name="Disabled", GroupName="CommonStates")>
    <StyleTypedPropertyAttribute(Property="ValidationDecoratorStyle", StyleTargetType=C1.Silverlight.C1ValidationDecorator)>
    <ContentPropertyAttribute("Content", True)>
    Public MustInherit Class C1EditableContentControl 
       Inherits System.Windows.Controls.ContentControl
    [TemplateVisualState(Name="Disabled", GroupName="CommonStates")]
    [StyleTypedProperty(Property="ValidationDecoratorStyle", StyleTargetType=C1.Silverlight.C1ValidationDecorator)]
    [ContentProperty("Content", true)]
    public abstract class C1EditableContentControl : System.Windows.Controls.ContentControl 
    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