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




Gets or sets the client script function name to invoke when a color is picked.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("The client script function name to invoke when a color is picked.")>
<PersistenceModeAttribute()>
Public Property OnColorPickedClient As String
Visual Basic (Usage)Copy Code
Dim instance As ColorPicker
Dim value As String
 
instance.OnColorPickedClient = value
 
value = instance.OnColorPickedClient
C# 
[ResDescriptionAttribute("The client script function name to invoke when a color is picked.")]
[PersistenceModeAttribute()]
public string OnColorPickedClient {get; set;}

See Also

© 2010 All Rights Reserved.