MonoX textbox search module with provider filter, used to forward the search request to page that displays search results, while passing the list of providers that should be used to perform search.

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

Syntax

C#
public class MonoXSearchBoxWithFilter : MonoXSearchBox
Visual Basic
Public Class MonoXSearchBoxWithFilter
	Inherits MonoXSearchBox
Visual C++
public ref class MonoXSearchBoxWithFilter : public MonoXSearchBox
F#
type MonoXSearchBoxWithFilter =  
    class
        inherit MonoXSearchBox
    end

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI..::..TemplateControl
      System.Web.UI..::..UserControl
        UserControlBase
          MonoSoftware.MonoX..::..BasePart
            MonoSoftware.MonoX..::..BaseAutoRegisterPart
              MonoSoftware.MonoX.ModuleGallery..::..MonoXSearchBox
                MonoSoftware.MonoX.ModuleGallery..::..MonoXSearchBoxWithFilter

See Also