'Declaration
<TemplatePartAttribute(Name="Button", Type=System.Windows.Controls.Button)> <TemplateVisualStateAttribute(Name="Unfocused", GroupName="FocusStates")> <StyleTypedPropertyAttribute(Property="ValidationDecoratorStyle", StyleTargetType=C1.Silverlight.C1ValidationDecorator)> <ContentPropertyAttribute("Content", True)> Public Class C1SplitButton Inherits C1DropDown
[TemplatePart(Name="Button", Type=System.Windows.Controls.Button)] [TemplateVisualState(Name="Unfocused", GroupName="FocusStates")] [StyleTypedProperty(Property="ValidationDecoratorStyle", StyleTargetType=C1.Silverlight.C1ValidationDecorator)] [ContentProperty("Content", true)] public class C1SplitButton : C1DropDown