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

In This Topic
    SelectedOption Property (InputComboBox)
    In This Topic
    Gets or sets the selected option in the InputComboBox.
    Syntax
    'Declaration
     
    Public Property SelectedOption As InputOption
    public InputOption SelectedOption {get; set;}
    See Also