In This Topic
Control that is used to separate items in menus and toolbar.
Object Model
Syntax
'Declaration
<C1ControlAttribute(True)>
<C1TemplatePartAttribute(Name="VerticalTemplate", Type=System.Windows.FrameworkElement)>
<C1VisualStateAttribute(Name="Indented",
GroupName="Indented",
Condition="IsIndented")>
<TemplatePartAttribute(Name="VerticalTemplate", Type=System.Windows.FrameworkElement)>
<TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
<RuntimeNamePropertyAttribute("Name")>
<UsableDuringInitializationAttribute(True)>
<XmlLangPropertyAttribute("Language")>
<StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
<UidPropertyAttribute("Uid")>
<NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
Public Class C1MenuSeparator
Inherits System.Windows.Controls.Control
[C1Control(true)]
[C1TemplatePart(Name="VerticalTemplate", Type=System.Windows.FrameworkElement)]
[C1VisualState(Name="Indented",
GroupName="Indented",
Condition="IsIndented")]
[TemplatePart(Name="VerticalTemplate", Type=System.Windows.FrameworkElement)]
[TemplateVisualState(Name="Normal", GroupName="CommonStates")]
[RuntimeNameProperty("Name")]
[UsableDuringInitialization(true)]
[XmlLangProperty("Language")]
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[UidProperty("Uid")]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public class C1MenuSeparator : System.Windows.Controls.Control
Inheritance Hierarchy
See Also