In This Topic
Button which contains another button in the right side which opens a popup.
Object Model
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
See Also