In This Article

CompletionFilterDisplayMode Enum

Specifies options for how a CompletionFilter is represented in the user interface of a completion list popup.

public enum CompletionFilterDisplayMode

Fields

Name Description
AllTab

The filter is represented as a tab in the user interface, that cancels all the other filters represented as tabs.

None

The filter is not represented in the user interface.

Tab

The filter is represented as a tab in the user interface.

ToggleButton

The filter is represented as a toggle button in the user interface.