Method ResetContent
- Namespace
- Alternet.Editor.CodeCompletion
- Assembly
- Alternet.Editor.v9.dll
ResetContent()
When implemented by a class, updates ICompletionListBox
content from its Provider.
void ResetContent()
ResetContent(int)
When implemented by a class, updates ICompletionListBox
content from its Provider.
void ResetContent(int index)
Parameters
index
intThe integer value that specifies
SelectedIndex
property of theICompletionListBox
.