AutoCompleteTextBox.CommitItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Commits the currently selected item.
public:
bool CommitItem();
public bool CommitItem ();
member this.CommitItem : unit -> bool
Public Function CommitItem () As Boolean
Returns
Value indicating whether the item was committed.