C# Class mojoPortal.Web.Controls.WatermarkTextBox

Inheritance: System.Web.UI.WebControls.TextBox
ファイルを表示 Open project: joeaudette/mojoportal

Private Properties

Property Type Description

Public Methods

Method Description
WatermarkTextBox ( ) : System

Public default constructor

Protected Methods

Method Description
OnPreRender ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter output ) : void

Render this control to the output parameter specified.

Method Details

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void

Render() protected method

Render this control to the output parameter specified.
protected Render ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter The HTML writer to write out to
return void

WatermarkTextBox() public method

Public default constructor
public WatermarkTextBox ( ) : System
return System