Visual Basic (Declaration) | |
---|---|
<TemplatePartAttribute(Name="PART_SplitButtonPart", Type=System.Windows.Controls.Button)> <TemplatePartAttribute(Name="PART_ActionButtonPart", Type=System.Windows.Controls.Button)> Public Class SplitButton Inherits System.Windows.Controls.ContentControl |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As SplitButton |
C# | |
---|---|
[TemplatePart(Name="PART_SplitButtonPart", Type=System.Windows.Controls.Button)] [TemplatePart(Name="PART_ActionButtonPart", Type=System.Windows.Controls.Button)] public class SplitButton : System.Windows.Controls.ContentControl |
C++/CLI | |
---|---|
[TemplatePart(Name="PART_SplitButtonPart", Type=System.Windows.Controls.Button)] [TemplatePart(Name="PART_ActionButtonPart", Type=System.Windows.Controls.Button)] public ref class SplitButton : public System.Windows.Controls.ContentControl |
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
SourceCode.Workflow.WizardFramework.Controls.SplitButton
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2