Table of Contents

Class InputSearch

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
public class InputSearch : Control, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IButtonControl
Inheritance
InputSearch
Implements
Inherited Members

Constructors

InputSearch()

public InputSearch()

Properties

CausesValidation

public bool CausesValidation { get; set; }

Property Value

bool

CommandArgument

public string CommandArgument { get; set; }

Property Value

string

CommandName

public string CommandName { get; set; }

Property Value

string

PostBackUrl

public string PostBackUrl { get; set; }

Property Value

string

SubmitOnEnter

public bool SubmitOnEnter { get; set; }

Property Value

bool

Text

public string Text { get; }

Property Value

string

ValidationGroup

public string ValidationGroup { get; set; }

Property Value

string

Methods

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

Render(HtmlTextWriter)

protected override void Render(HtmlTextWriter writer)

Parameters

writer HtmlTextWriter

Events

Click

public event EventHandler Click

Event Type

EventHandler

Command

public event CommandEventHandler Command

Event Type

CommandEventHandler