Click or drag to resize

AutoCompleteTextBoxOnApplyTemplate Method

Gets some named parts of the tempate:
  • PART_Editor: a Textbox
  • PART_Popup: a Popup
  • PART_Selector: a Selector
Attaches some events for the collaboration of these controls.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public override void OnApplyTemplate()
See Also