ESRI.ArcGIS.ADF.Web.UI.WebControls
TextInsertForm Constructor
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.HtmlEditor Namespace > TextInsertForm Class : TextInsertForm Constructor




text
Text to populate into the text box.
Constructs a new form.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal text As String _
)
Visual Basic (Usage)Copy Code
Dim text As String
 
Dim instance As TextInsertForm(text)
C# 
public TextInsertForm( 
   string text
)

Parameters

text
Text to populate into the text box.

See Also

© 2010 All Rights Reserved.