IDirAutoCompleteList Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Marks a directory list as supporting auto completion. Auto completion displays matching subdirectories as you enter characters.
public interface class IDirAutoCompleteList
public interface class IDirAutoCompleteList
__interface IDirAutoCompleteList
[System.Runtime.InteropServices.Guid("07F86396-273C-11D7-8BF6-00B0D03DAA06")]
[System.Runtime.InteropServices.TypeLibType(4288)]
public interface IDirAutoCompleteList
[System.Runtime.InteropServices.Guid("07F86396-273C-11D7-8BF6-00B0D03DAA06")]
public interface IDirAutoCompleteList
[<System.Runtime.InteropServices.Guid("07F86396-273C-11D7-8BF6-00B0D03DAA06")>]
[<System.Runtime.InteropServices.TypeLibType(4288)>]
type IDirAutoCompleteList = interface
[<System.Runtime.InteropServices.Guid("07F86396-273C-11D7-8BF6-00B0D03DAA06")>]
type IDirAutoCompleteList = interface
Public Interface IDirAutoCompleteList
- Attributes
Remarks
This interface has no methods. It serves only to indicate the directory list uses auto completion.
You can implement auto completion on a system edit control with the SHAutoComplete function.