====== AUTOCOMPLETESOURCE property ====== ==== Applies To ==== Editline Autocompletion ==== Description ==== This property specifies where the list of possible suggested strings is obtained from. It can be one of the following values: ==== Usage ==== ==== Remarks ==== ^Value^Description^ |"0"|Custom List: a list set via the [[autocompletelist|AUTOCOMPLETELIST]] property| |"1"|File List: a list of matching file and directory names supplied by Windows| |"2"|Directory List: a list of matching directory names supplied by Windows| |"3"|History List: a list of matches against the users URL history list| |"4"|MRU List: a list of matches against the users MRU list| |"5"|Shell List: a list of matches against all objects in the Windows Shell Namespace| ==== Returns ==== Each control has a default property. The controls and properties are as follows. Control Namedefault Property **Note:**