ESRI.ArcGIS.ADF.Web.UI.WebControls
DisplayText Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ColorPicker Class : DisplayText Property




Gets or sets the text displayed.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("The text to display next to the current color selected.")>
<PersistenceModeAttribute()>
<NotifyParentPropertyAttribute(True)>
<ResDefaultValueAttribute()>
<ResCategoryAttribute("Appearance")>
Public Property DisplayText As String
Visual Basic (Usage)Copy Code
Dim instance As ColorPicker
Dim value As String
 
instance.DisplayText = value
 
value = instance.DisplayText
C# 
[ResDescriptionAttribute("The text to display next to the current color selected.")]
[PersistenceModeAttribute()]
[NotifyParentPropertyAttribute(true)]
[ResDefaultValueAttribute()]
[ResCategoryAttribute("Appearance")]
public string DisplayText {get; set;}

See Also

© 2010 All Rights Reserved.