Defines the display mode for the search engine module: show search panel, show search results, show both.

Namespace: MonoSoftware.MonoX.SearchEngine
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public enum SearchEngineMode
Visual Basic
Public Enumeration SearchEngineMode
Visual C++
public enum class SearchEngineMode
F#
type SearchEngineMode

Members

Member nameValueDescription
ShowSearchPanel0 Show only search panel, and don't show search results on the same page.
ShowSearchResults1 Show only search results, and don't show search panel on the same page.
ShowBoth2 Show search panel and search results on the same page.

See Also