In This Topic
A text box-based control with ability to display and edit tags.
Object Model
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
See Also