ESRI.ArcGIS.ADF.Web.UI.WebControls
CreateLabel Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > UIParameterPanelUtility Class : CreateLabel Method




text
The text for the label.
bold
Whether the label should be in bold
Creates a label

Syntax

Visual Basic (Declaration) 
Public Shared Function CreateLabel( _
   ByVal text As String, _
   ByVal bold As Boolean _
) As HtmlGenericControl
Visual Basic (Usage)Copy Code
Dim text As String
Dim bold As Boolean
Dim value As HtmlGenericControl
 
value = UIParameterPanelUtility.CreateLabel(text, bold)
C# 
public static HtmlGenericControl CreateLabel( 
   string text,
   bool bold
)

Parameters

text
The text for the label.
bold
Whether the label should be in bold

Return Value

The span label created

See Also

© 2010 All Rights Reserved.