ComponentOne Basic Library for WPF and Silverlight
C1Separator Class
Members 


C1.WPF Namespace : C1Separator Class
Control that is used to separate items in menus and toolbar.
Object Model
C1Separator Class
Syntax
'Declaration
 
<System.Windows.TemplatePartAttribute(Name="VerticalTemplate", Type=System.Windows.FrameworkElement)>
<System.Windows.TemplatePartAttribute(Name="HorizontalTemplate", Type=System.Windows.FrameworkElement)>
<System.Windows.TemplateVisualStateAttribute(Name="MouseOver", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Disabled", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
Public Class C1Separator 
   Inherits System.Windows.Controls.Control
'Usage
 
Dim instance As C1Separator
[System.Windows.TemplatePart(Name="VerticalTemplate", Type=System.Windows.FrameworkElement)]
[System.Windows.TemplatePart(Name="HorizontalTemplate", Type=System.Windows.FrameworkElement)]
[System.Windows.TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="Disabled", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="Normal", GroupName="CommonStates")]
public class C1Separator : System.Windows.Controls.Control 
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.C1Separator

See Also

Reference

C1Separator Members
C1.WPF Namespace