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

In This Topic
    C1SplitButton Class
    In This Topic
    Button which contains another button in the right side which opens a popup.
    Object Model
    C1SplitButton Class
    Syntax
    'Declaration
     
    
    <C1ControlAttribute()>
    <C1TemplatePartAttribute(Name="Button", Type=C1.WPF.Core.C1Button)>
    <TemplatePartAttribute(Name="Button", Type=C1.WPF.Core.C1Button)>
    <C1VisualStateAttribute(Name="Opened", 
       GroupName="DropDownOpen", 
       Condition="IsDropDownOpen")>
    <StyleTypedPropertyAttribute(Property="PopupStyle", StyleTargetType=C1.WPF.Input.C1PopupBorder)>
    <TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
    <DefaultPropertyAttribute("Content")>
    <ContentPropertyAttribute("Content")>
    <LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class C1SplitButton 
       Inherits C1DropDown
    [C1Control()]
    [C1TemplatePart(Name="Button", Type=C1.WPF.Core.C1Button)]
    [TemplatePart(Name="Button", Type=C1.WPF.Core.C1Button)]
    [C1VisualState(Name="Opened", 
       GroupName="DropDownOpen", 
       Condition="IsDropDownOpen")]
    [StyleTypedProperty(Property="PopupStyle", StyleTargetType=C1.WPF.Input.C1PopupBorder)]
    [TemplateVisualState(Name="Normal", GroupName="CommonStates")]
    [DefaultProperty("Content")]
    [ContentProperty("Content")]
    [Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class C1SplitButton : C1DropDown 
    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
                         System.Windows.Controls.ContentControl
                            C1.WPF.Core.C1ContentControl
                               C1.WPF.Input.C1DropDownButton
                                  C1.WPF.Input.C1DropDown
                                     C1.WPF.Input.C1SplitButton

    See Also