UltimateSearchTypeList Class

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Represents a RadioButtonList control that allows the user to specify the search type.

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

Syntax

C#
public class UltimateSearchTypeList : RadioButtonList
Visual Basic
Public Class UltimateSearchTypeList _
	Inherits RadioButtonList
Visual C++
public ref class UltimateSearchTypeList : public RadioButtonList

Remarks

This control is hidden by default. If you want to display search types you should set the Visible property of this control to True.

Inheritance Hierarchy

See Also