ButtonType Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the search button type.

Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690

Syntax

C#
public UltimateSearchButton..::..SearchButtonType ButtonType { get; set; }
Visual Basic
Public Property ButtonType As UltimateSearchButton..::..SearchButtonType
	Get
	Set
Visual C++
public:
property UltimateSearchButton..::..SearchButtonType ButtonType {
	UltimateSearchButton..::..SearchButtonType get ();
	void set (UltimateSearchButton..::..SearchButtonType value);
}

Field Value

Search button type. The default value is Button.

Remarks

Use this property to set the search button type.

See Also