See Also

DownlevelTextArea Class  | Dart.PowerWEB.TextBox Namespace

See Also PowerWEB TextBox for ASP.NET

DownlevelTextArea Class Members

Dart.PowerWEB.TextBox Namespace : DownlevelTextArea Class (Dart.PowerWEB.TextBox)

DownlevelTextArea overview

Public Constructors

Public Constructor DownlevelTextArea Constructor Creates and initializes a default instance of DownlevelTextArea.

Public Properties

Public Property AccessKey (Inherited from System.Web.UI.WebControls.WebControl)Gets or sets the access key that allows you to quickly navigate to the Web server control.
Public Property AppRelativeTemplateSourceDirectory (Inherited from System.Web.UI.Control)Gets or sets the application-relative virtual directory of the Page or UserControl object that contains this control.
Public Property Attributes (Inherited from System.Web.UI.WebControls.WebControl)Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control.
Public Property BackColor (Inherited from BaseChildControl)Gets or sets the background color of the control.
Public Property BorderColor (Inherited from BaseChildControl)Gets or sets the border color of the control.
Public Property BorderStyle (Inherited from BaseChildControl)Gets or sets the border style of the control.
Public Property BorderWidth (Inherited from BaseChildControl)Gets or sets the border width of the control
Public Property ClientID (Inherited from System.Web.UI.Control)Gets the server control identifier generated by ASP.NET.
Public Property Columns Gets or sets the display width of the text box in characters.
Public Property Controls (Inherited from System.Web.UI.Control)Gets a ControlCollection object that represents the child controls for a specified server control in the UI hierarchy.
Public Property ControlStyle (Inherited from System.Web.UI.WebControls.WebControl)Gets the style of the Web server control. This property is used primarily by control developers.
Public Property ControlStyleCreated (Inherited from System.Web.UI.WebControls.WebControl)Gets a value indicating whether a Style object has been created for the ControlStyle property. This property is primarily used by control developers.
Public Property CssClass (Inherited from BaseChildControl)Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client.
Public Property Enabled (Inherited from BaseChildControl)Gets or sets a value indicating whether the Web server control is enabled.
Public Property EnableTheming (Inherited from System.Web.UI.WebControls.WebControl)Gets or sets a value indicating whether themes apply to this control.
Public Property EnableViewState (Inherited from System.Web.UI.Control)Gets or sets a value indicating whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client.
Public Property Font (Inherited from BaseChildControl)Gets the font properties associated with the control.
Public Property ForeColor (Inherited from BaseChildControl)Gets or sets the foreground color (typically the color of the text) of the control.
Public Property HasAttributes (Inherited from System.Web.UI.WebControls.WebControl)Gets a value indicating whether the control has attributes set.
Public Property Height (Inherited from BaseChildControl)Gets or sets the height of the control.
Public Property ID (Inherited from BaseChildControl) Gets or sets the programmatic identifier assigned to the server control.
Public Property NamingContainer (Inherited from System.Web.UI.Control)Gets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same ID property value.
Public Property Page (Inherited from System.Web.UI.Control)Gets a reference to the Page instance that contains the server control.
Public Property Parent (Inherited from System.Web.UI.Control)Gets a reference to the server control's parent control in the page control hierarchy.
Public Property Rows Gets or sets the display height of a multiline text box.
Public Property Site (Inherited from System.Web.UI.Control)Gets information about the container that hosts the current control when rendered on a design surface.
Public Property SkinID (Inherited from System.Web.UI.WebControls.WebControl)Gets or sets the skin to apply to the control.
Public Property Style (Inherited from System.Web.UI.WebControls.WebControl)Gets a collection of text attributes that will be rendered as a style attribute on the outer tag of the Web server control.
Public Property TabIndex (Inherited from BaseChildControl)Gets or sets the tab index of the Web server control.
Public Property TemplateControl (Inherited from System.Web.UI.Control)Gets or sets a reference to the template that contains this control.
Public Property TemplateSourceDirectory (Inherited from System.Web.UI.Control)Gets the virtual directory of the Page or UserControl that contains the current server control.
Public Property Text Gets or sets the text content of the text box.
Public Property ToolTip (Inherited from BaseChildControl)Gets or sets the text displayed when the mouse pointer hovers over the Web server control.
Public Property UniqueID (Inherited from System.Web.UI.Control)Gets the unique, hierarchically qualified identifier for the server control.
Public Property Visible (Inherited from BaseChildControl)Gets or sets a value that indicates whether a server control is rendered as UI on the page.
Public Property Width (Inherited from BaseChildControl)Gets or sets the width of the control.
Public Property Wrap Gets or sets a value indicating whether the text content wraps within the text box.

Public Methods

Public Method ApplyStyle (Inherited from System.Web.UI.WebControls.WebControl)Copies any nonblank elements of the specified style to the Web control, overwriting any existing style elements of the control. This method is primarily used by control developers.
Public Method ApplyStyleSheetSkin (Inherited from System.Web.UI.Control)Applies the style properties defined in the page style sheet to the control.
Public Method CopyBaseAttributes (Inherited from System.Web.UI.WebControls.WebControl)Copies the properties not encapsulated by the Style object from the specified Web server control to the Web server control that this method is called from. This method is used primarily by control developers.
Public Method DataBind (Inherited from System.Web.UI.Control)Binds a data source to the invoked server control and all its child controls.
Public Method Dispose (Inherited from System.Web.UI.Control)Enables a server control to perform final clean up before it is released from memory.
Public Method FindControl (Inherited from System.Web.UI.Control)Searches the current naming container for a server control with the specified id parameter.
Public Method Focus (Inherited from System.Web.UI.Control)Sets input focus to a control.
Public Method HasControls (Inherited from System.Web.UI.Control)Determines if the server control contains any child controls.
Public Method MergeStyle (Inherited from BaseChildControl) Copies any nonblank elements of the specified style to the Web control, but will not overwrite any existing style elements of the control.
Public Method RenderBeginTag (Inherited from System.Web.UI.WebControls.WebControl)Renders the HTML opening tag of the control to the specified writer. This method is used primarily by control developers.
Public Method RenderControl (Inherited from System.Web.UI.Control)Outputs server control content to a provided HtmlTextWriter object and stores tracing information about the control if tracing is enabled.
Public Method RenderEndTag (Inherited from System.Web.UI.WebControls.WebControl)Renders the HTML closing tag of the control into the specified writer. This method is used primarily by control developers.
Public Method ResolveClientUrl (Inherited from System.Web.UI.Control)Gets a URL that can be used by the browser.
Public Method ResolveUrl (Inherited from System.Web.UI.Control)Converts a URL into one that is usable on the requesting client.
Public Method SetRenderMethodDelegate (Inherited from System.Web.UI.Control)Assigns an event handler delegate to render the server control and its content into its parent control.

Public Events

Public Event DataBinding (Inherited from System.Web.UI.Control)Occurs when the server control binds to a data source.
Public Event Disposed (Inherited from System.Web.UI.Control)Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested.
Public Event Init (Inherited from System.Web.UI.Control)Occurs when the server control is initialized, which is the first step in its lifecycle.
Public Event Load (Inherited from System.Web.UI.Control)Occurs when the server control is loaded into the Page object.
Public Event PreRender (Inherited from System.Web.UI.Control)Occurs after the Control object is loaded but prior to rendering.
Public Event TextChanged Occurs when the content of the text box is changed upon server postback.
Public Event Unload (Inherited from System.Web.UI.Control)Occurs when the server control is unloaded from memory.

See Also

DownlevelTextArea Class  | Dart.PowerWEB.TextBox Namespace


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.