AutoCompleteTextBoxEditor Property |
Gets or sets the component serving as editor.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax protected TextBox Editor { get; set; }
Protected Property Editor As TextBox
Get
Set
protected:
property TextBox^ Editor {
TextBox^ get ();
void set (TextBox^ value);
}
member Editor : TextBox with get, set
Property Value
Type:
TextBoxThe editor.
See Also