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

In This Topic
    C1TagEditor Class
    In This Topic
    A text box-based control with ability to display and edit tags.
    Object Model
    C1TagEditor Class
    Syntax
    'Declaration
     
    
    <C1ControlAttribute(True)>
    <C1TemplatePartAttribute(Name="Container", Type=C1.WPF.Core.C1WrapPanel)>
    <StyleTypedPropertyAttribute(Property="TagStyle", StyleTargetType=C1.WPF.Input.C1Tag)>
    <TemplatePartAttribute(Name="Container", Type=C1.WPF.Core.C1WrapPanel)>
    <TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class C1TagEditor 
       Inherits C1.WPF.Core.C1View
    [C1Control(true)]
    [C1TemplatePart(Name="Container", Type=C1.WPF.Core.C1WrapPanel)]
    [StyleTypedProperty(Property="TagStyle", StyleTargetType=C1.WPF.Input.C1Tag)]
    [TemplatePart(Name="Container", Type=C1.WPF.Core.C1WrapPanel)]
    [TemplateVisualState(Name="Normal", GroupName="CommonStates")]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class C1TagEditor : C1.WPF.Core.C1View 
    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
                         C1.WPF.Core.C1View
                            C1.WPF.Input.C1TagEditor

    See Also