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