C# Class mojoPortal.Web.Controls.WatermarkTextBox

Inheritance: System.Web.UI.WebControls.TextBox
Afficher le fichier Open project: joeaudette/mojoportal

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
WatermarkTextBox ( ) : System

Public default constructor

Méthodes protégées

Méthode Description
OnPreRender ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter output ) : void

Render this control to the output parameter specified.

Method Details

OnPreRender() protected méthode

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Résultat void

Render() protected méthode

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
Résultat void

WatermarkTextBox() public méthode

Public default constructor
public WatermarkTextBox ( ) : System
Résultat System