InputPanel for UWP | ComponentOne
C1.UWP.InputPanel Assembly / C1.Xaml.InputPanel Namespace / C1InputComboBox Class
Members

In This Topic
    C1InputComboBox Class
    In This Topic
    Displays and edits the enum type of data. The C1InputComboBox lets user load the enum data in this control.
    Object Model
    C1InputComboBox Class
    Syntax
    'Declaration
     
    Public Class C1InputComboBox 
       Inherits C1InputBase
    public class C1InputComboBox : C1InputBase 
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          Windows.UI.Xaml.UIElement
             Windows.UI.Xaml.FrameworkElement
                Windows.UI.Xaml.Controls.Control
                   Windows.UI.Xaml.Controls.ContentControl
                      C1.Xaml.InputPanel.C1InputBase
                         C1.Xaml.InputPanel.C1InputComboBox

    See Also