A web control that allows the user to choose a color.
Object Model
Syntax
| Visual Basic (Declaration) | |
|---|
<ToolboxBitmapAttribute()>
<AjaxControlToolkit.ClientScriptResourceAttribute(ComponentType="ESRI.ADF.UI.ColorPicker", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.ESRI.ADF.UI.ColorPicker.release.js")>
Public Class ColorPicker
Inherits WebControl |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ColorPicker |
| C# | |
|---|
[ToolboxBitmapAttribute()]
[AjaxControlToolkit.ClientScriptResourceAttribute(ComponentType="ESRI.ADF.UI.ColorPicker", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.ESRI.ADF.UI.ColorPicker.release.js")]
public class ColorPicker : WebControl |
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