|
| ESRI.ArcGIS.ADF.Web.UI.WebControls | |
| CreateLabel Method | |
| See Also Send Feedback | |
| 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
| 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 createdTarget 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