AutoCompleteSource 枚举

定义

指定 ComboBoxTextBox 自动完成功能的源。

public enum class AutoCompleteSource
public enum AutoCompleteSource
type AutoCompleteSource = 
Public Enum AutoCompleteSource
继承
AutoCompleteSource

字段

AllSystemSources 7

FileSystemAllUrl 的等效项指定为源。 当 AutoCompleteMode 已设置为某个值,而不是默认值时,此即为默认值。

AllUrl 6

HistoryListRecentlyUsedList 的等效项指定为源。

CustomSource 64

将内置 AutoCompleteStringCollection 中的字符串指定为源。

FileSystem 1

将文件系统指定为源。

FileSystemDirectories 32

指定仅自动完成目录名而不自动完成文件名。

HistoryList 2

包括历史记录列表中的统一资源定位器 (URL)。

ListItems 256

指定 ComboBox 的项表示源。

None 128

指定当前没有使用任何 AutoCompleteSource。 这是 AutoCompleteSource 的默认值。

RecentlyUsedList 4

包括最近使用的 URL 列表中的统一资源定位器 (URL)。

适用于