InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputComboBox Class / SelectedValue Property

In This Topic
    SelectedValue Property (InputComboBox)
    In This Topic
    Gets or sets the value of the member property specified by the ValueMember property.
    Syntax
    'Declaration
     
    Public Property SelectedValue As Object
    public object SelectedValue {get; set;}
    See Also