AutoCompleteTextBox Class
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.
Interaction logic for AutoCompleteTextBox.xaml.
public ref class AutoCompleteTextBox : System::Windows::Controls::TextBox, System::Windows::Markup::IComponentConnector
public class AutoCompleteTextBox : System.Windows.Controls.TextBox, System.Windows.Markup.IComponentConnector
type AutoCompleteTextBox = class
inherit TextBox
interface IComponentConnector
Public Class AutoCompleteTextBox
Inherits TextBox
Implements IComponentConnector
- Inheritance
-
AutoCompleteTextBox
- Derived
- Implements
Auto |
Initializes a new instance of the AutoCompleteTextBox class. |
Auto |
Backing store for AutoCompleteSource. |
Display |
Backing store for DisplayCompletionListOnEmpty. |
Max |
Backing store for MaxItems. |
Auto |
Gets or sets the collection used for the auto complete source. |
Display |
Gets a value indicating whether to display the completion list when the textbox gets focus if the text is empty. |
Filter |
Gets or sets the filter predicate. |
Max |
Gets or sets the maximum number of items to display. |
Commit |
Commits the currently selected item. |
Dismiss |
Dismisses the completion list. |
Display |
Displays the completion list. |
Initialize |
InitializeComponent |
Item |
Indicates that an item was committed. |
Product | Versions |
---|---|
Visual Studio SDK | 2019, 2022 |