====== HideCompletionList ====== Method of [[:scripting:api:text-view:start|ITextView]] ===== Description ===== Hide Completion list ===== Syntax ===== ==== JavaScript ==== TextView.HideCompletionList(); ==== Visual Basic Script ==== TextView.HideCompletionList ==== C++ ==== HRESULT hr = TextView.HideCompletionList(); ===== See Also ===== [[:scripting:api:text-view:start|ITextView]] ~~NOTOC~~
TextView.HideCompletionList();
TextView.HideCompletionList
HRESULT hr = TextView.HideCompletionList();