Click or drag to resize

AutoCompleteTextBoxSetEditorText Method

Silently sets editor text, i.e. without refreshing or displaying suggestions.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
protected void SetEditorText(
	string pNewText
)

Parameters

pNewText
Type: SystemString
The new text.
See Also