InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel 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