Sandbox Logo

TextEntry.UpdateAutoComplete

void UpdateAutoComplete()

Description

Open the auto complete popup with values from <see cref="P:Sandbox.UI.TextEntry.AutoComplete" />. Close the popup if we have no auto complete entries.

Return

TextEntry.UpdateAutoComplete

void UpdateAutoComplete( System.Object[] options )

Description

Open the auto complete popup with values from <see cref="P:Sandbox.UI.TextEntry.AutoComplete" />. Close the popup if we have no auto complete entries.

Return

User Comments