UltimateSearch Class Library

UltimateSearchTypeList Class

Represents a RadioButtonList control that allows the user to specify the search type.

For a list of all members of this type, see UltimateSearchTypeList Members.

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         System.Web.UI.WebControls.ListControl
            System.Web.UI.WebControls.RadioButtonList
               Karamasoft.WebControls.UltimateSearch.UltimateSearchTypeList

[Visual Basic]
Public Class UltimateSearchTypeList
    Inherits RadioButtonList
[C#]
public class UltimateSearchTypeList : RadioButtonList

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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.

Requirements

Namespace: Karamasoft.WebControls.UltimateSearch

Assembly: UltimateSearch (in UltimateSearch.dll)

See Also

UltimateSearchTypeList Members | Karamasoft.WebControls.UltimateSearch Namespace