Click or drag to resize
KaxColorPicker Properties

The KaxColorPicker type exposes the following members.

Properties
  Name Description
Public property AutoPostBack
True to cause a postback on value change.
Public property Columns
Get/Set the number of the columns in the palette
Public property CurrentColorText Obsolete.
Gets or sets the text in the icon
Public property EnableCustomColor
Gets or sets a value indicating whether the ColorPicker will display a button for choosing a custom color in the WebPalette tab.
Public property Items
Collection of the color picker items
Public property KeepInScreenBounds
Gets or sets a value indicating whether the ColorPicker popup will stay in the visible viewport of the browser window.
Public property Localization
Gets or sets the localization strings for the color picker
Public property NoColorText Obsolete.
Gets or sets the text for the no color box
Public property Code example OnClientColorChange
Gets or sets a value indicating the client-side event handler that is called while the value of the color picker has been changed.
Public property Code example OnClientColorPreview
Gets or sets a value indicating the client-side event handler that is called when a user previews a color.
Public property OnClientColorSelecting Obsolete.
Public property Code example OnClientLoad
Gets or sets a value indicating the client-side event handler that is called when the KaxColorPicker control is initialized.
Public property OnClientLoaded Obsolete.
Public property Code example OnClientPopUpShow
Gets or sets a value indicating the client-side event handler that is called when the popup element of the KaxColorPicker (in case ShowIcon=true) shows.
Public property Overlay
Gets or sets a value indicating whether the colorpicker will create an overlay element.
Public property PaletteModes
Gets or sets a value indicating the behavior of this object - if can be resized, has expand/collapse commands, closed command, etc.
Public property PickColorText Obsolete.
Gets or sets the tooltip of the icon
Public property Preset
Get/Set the preset colors of the color picker
Public property PreviewColor
True to preview the color which has been selected
Public property SelectedColor
Get/Set the selected color of the ColorPicker
Public property ShowEmptyColor
True to show the None color selection
Public property ShowIcon
True to show the color picker as an icon, which when clicked opens the palette
Public property ShowRecentColors
Gets or sets a value indicating whether the ColorPicker will display an array of recently used colors.
Public property ViewMode
Top
See Also