7 references to AUTOCOMPLETEOPTIONS
System.Windows.Forms (7)
System\Windows\Forms\AutoCompleteMode.cs (3)
14
None =
AUTOCOMPLETEOPTIONS
.ACO_NONE,
20
Suggest =
AUTOCOMPLETEOPTIONS
.ACO_AUTOSUGGEST,
26
Append =
AUTOCOMPLETEOPTIONS
.ACO_AUTOAPPEND,
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
3140
if (!_stringSource.Bind(_childEdit, (
AUTOCOMPLETEOPTIONS
)AutoCompleteMode))
3183
if (!_stringSource.Bind(_childEdit, (
AUTOCOMPLETEOPTIONS
)AutoCompleteMode))
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
741
if (!_stringSource.Bind(this, (
AUTOCOMPLETEOPTIONS
)AutoCompleteMode))
System\Windows\Forms\StringSource.cs (1)
40
public bool Bind(IHandle<HWND> edit,
AUTOCOMPLETEOPTIONS
options)