K2ComboBox Class
Members See Also 
SourceCode.Workflow.WizardFramework.Controls Namespace : K2ComboBox Class



Glossary Item Box

Object Model

K2ComboBox Class DataTypes Enumeration K2Field Class K2Field Class

Syntax

Visual Basic (Declaration)  
<TemplatePartAttribute(Name="PART_K2TextBoxBase", Type=SourceCode.Workflow.WizardFramework.Controls.K2TextBoxBase)>
Public Class K2ComboBox 
   Inherits System.Windows.Controls.ComboBox
   Implements MS.Internal.Controls.IGeneratorHost 
Visual Basic (Usage) Copy Code
Dim instance As K2ComboBox
C#  
[TemplatePart(Name="PART_K2TextBoxBase", Type=SourceCode.Workflow.WizardFramework.Controls.K2TextBoxBase)]
public class K2ComboBox : System.Windows.Controls.ComboBox, MS.Internal.Controls.IGeneratorHost  
C++/CLI  
[TemplatePart(Name="PART_K2TextBoxBase", Type=SourceCode.Workflow.WizardFramework.Controls.K2TextBoxBase)]
public ref class K2ComboBox : public System.Windows.Controls.ComboBox, MS.Internal.Controls.IGeneratorHost  

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.ItemsControl
                        System.Windows.Controls.Primitives.Selector
                           System.Windows.Controls.ComboBox
                              SourceCode.Workflow.WizardFramework.Controls.K2ComboBox

Requirements

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

See Also