ESRI.ArcGIS.ADF.Web.UI.WebControls
ShowColorNames Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ColorPalette Class : ShowColorNames Property




Gets or sets a value that determines if color names will be shown.

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute()>
<ResDescriptionAttribute("Gets or sets a value that determines if color names will be shown.")>
<NotifyParentPropertyAttribute(True)>
<ResCategoryAttribute("Appearance")>
<DefaultValueAttribute()>
Public Property ShowColorNames As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ColorPalette
Dim value As Boolean
 
instance.ShowColorNames = value
 
value = instance.ShowColorNames
C# 
[PersistenceModeAttribute()]
[ResDescriptionAttribute("Gets or sets a value that determines if color names will be shown.")]
[NotifyParentPropertyAttribute(true)]
[ResCategoryAttribute("Appearance")]
[DefaultValueAttribute()]
public bool ShowColorNames {get; set;}

See Also

© 2010 All Rights Reserved.