IDirAutoCompleteList Interface

Definition

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.

Applies to