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()
Public Overrides Sub OnApplyTemplate
public:
virtual void OnApplyTemplate() override
abstract OnApplyTemplate : unit -> unit
override OnApplyTemplate : unit -> unit
See Also