InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputComboBox Class / ValueMember Property

In This Topic
    ValueMember Property (InputComboBox)
    In This Topic
    Gets or sets the property to use as the actual value for the items in the InputComboBox.
    Syntax
    'Declaration
     
    Public Property ValueMember As String
    public string ValueMember {get; set;}
    See Also