Table of Contents

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 int

The integer value that specifies SelectedIndex property of the ICompletionListBox.