Search button type for search box. Users can choose between ordinary ASp.NET button and styled link button.

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

Syntax

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

Members

Member nameValueDescription
Button0 ASP.NET button.
LinkButton1 MonoX styled button.

See Also