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
)
Protected Sub SetEditorText (
pNewText As String
)
protected:
void SetEditorText(
String^ pNewText
)
member SetEditorText :
pNewText : string -> unit
Parameters
- pNewText
- Type: SystemString
The new text.
See Also