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

In This Topic
    UpdateListPosition Property (InputComboBox)
    In This Topic
    Gets or sets a value indicating whether the Position property of the underlying CurrencyManager should be updated when the SelectedIndex changes.
    Syntax
    'Declaration
     
    Public Property UpdateListPosition As Boolean
    public bool UpdateListPosition {get; set;}
    See Also