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




parameter
The parameter for which the label should be created.
table
The table in which the label should be created.
Creates a label only for a parameter

Syntax

Visual Basic (Declaration) 
Public Shared Function CreateParameterLabelOnly( _
   ByVal parameter As UIParameter, _
   ByRef table As Table _
) As HtmlGenericControl
Visual Basic (Usage)Copy Code
Dim parameter As UIParameter
Dim table As Table
Dim value As HtmlGenericControl
 
value = UIParameterPanelUtility.CreateParameterLabelOnly(parameter, table)
C# 
public static HtmlGenericControl CreateParameterLabelOnly( 
   UIParameter parameter,
   ref Table table
)

Parameters

parameter
The parameter for which the label should be created.
table
The table in which the label should be created.

Return Value

The label (span) that is created.

See Also

© 2010 All Rights Reserved.