ESRI.ArcGIS.ADF.Web.UI.WebControls
CreateParameterLabelOnly Method
See Also  Send Feedback
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 ESRI.ArcGIS.ADF.Web.UIParameter, _
   ByRef table As Table _
) As HtmlGenericControl
Visual Basic (Usage)Copy Code
Dim parameter As ESRI.ArcGIS.ADF.Web.UIParameter
Dim table As Table
Dim value As HtmlGenericControl
 
value = UIParameterPanelUtility.CreateParameterLabelOnly(parameter, table)
C# 
public static HtmlGenericControl CreateParameterLabelOnly( 
   ESRI.ArcGIS.ADF.Web.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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.