Share via


SearchBoxVisibility Enum

Definition

Specifies the visibility behavior of a search box in a SearchHandler.

public enum class SearchBoxVisibility
public enum SearchBoxVisibility
type SearchBoxVisibility = 
Public Enum SearchBoxVisibility
Inheritance
SearchBoxVisibility

Fields

Name Value Description
Hidden 0

The search box is hidden.

Collapsible 1

The search box can be collapsed and expanded by the user.

Expanded 2

The search box is always expanded and visible.

Applies to