AutoCompletePathTextBox Class

Definition

Interaction logic for AutoCompletePathTextBox.xaml.

C++
public ref class AutoCompletePathTextBox : Microsoft::VisualStudio::PlatformUI::AutoCompleteTextBox
Inheritance
AutoCompletePathTextBox

Constructors

AutoCompletePathTextBox()

Initializes a new instance of the AutoCompletePathTextBox class.

Fields

Properties

AutoCompleteSource

Gets or sets the collection used for the auto complete source.

(Inherited from AutoCompleteTextBox)
DisplayCompletionListOnEmpty

Gets a value indicating whether to display the completion list when the textbox gets focus if the text is empty.

(Inherited from AutoCompleteTextBox)
FileSearchPattern

Gets or sets a collection containing file extention filters; When it is null (the default value) no file is listed on the auto completion popup.

FilterPredicate

Gets or sets the filter predicate.

(Inherited from AutoCompleteTextBox)
MaxItems

Gets or sets the maximum number of items to display.

(Inherited from AutoCompleteTextBox)

Methods

CommitItem()

Commits the currently selected item.

(Inherited from AutoCompleteTextBox)
DismissCompletionList()

Dismisses the completion list.

(Inherited from AutoCompleteTextBox)
DisplayCompletionList()

Displays the completion list.

(Inherited from AutoCompleteTextBox)
InitializeComponent()

InitializeComponent

(Inherited from AutoCompleteTextBox)

Events

ItemCommitted

Indicates that an item was committed.

(Inherited from AutoCompleteTextBox)

Applies to

Product Versions
Visual Studio SDK 2019, 2022