Click or drag to resize
KaxColorPicker Class
KaxColorPicker class
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      KaxWebControl
        Kettic.AspNet.ControlsKaxColorPicker

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxColorPicker : KaxWebControl, 
	IPostBackEventHandler

The KaxColorPicker type exposes the following members.

Constructors
  NameDescription
Public methodKaxColorPicker
Top
Methods
Properties
  NameDescription
Public propertyAutoPostBack
True to cause a postback on value change.
Public propertyColumns
Get/Set the number of the columns in the palette
Public propertyCurrentColorText Obsolete.
Gets or sets the text in the icon
Public propertyEnableCustomColor
Gets or sets a value indicating whether the ColorPicker will display a button for choosing a custom color in the WebPalette tab.
Public propertyItems
Collection of the color picker items
Public propertyKeepInScreenBounds
Gets or sets a value indicating whether the ColorPicker popup will stay in the visible viewport of the browser window.
Public propertyLocalization
Gets or sets the localization strings for the color picker
Public propertyNoColorText Obsolete.
Gets or sets the text for the no color box
Public propertyCode exampleOnClientColorChange
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 propertyCode exampleOnClientColorPreview
Gets or sets a value indicating the client-side event handler that is called when a user previews a color.
Public propertyOnClientColorSelecting Obsolete.
Public propertyCode exampleOnClientLoad
Gets or sets a value indicating the client-side event handler that is called when the KaxColorPicker control is initialized.
Public propertyOnClientLoaded Obsolete.
Public propertyCode exampleOnClientPopUpShow
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 propertyOverlay
Gets or sets a value indicating whether the colorpicker will create an overlay element.
Public propertyPaletteModes
Gets or sets a value indicating the behavior of this object - if can be resized, has expand/collapse commands, closed command, etc.
Public propertyPickColorText Obsolete.
Gets or sets the tooltip of the icon
Public propertyPreset
Get/Set the preset colors of the color picker
Public propertyPreviewColor
True to preview the color which has been selected
Public propertySelectedColor
Get/Set the selected color of the ColorPicker
Public propertyShowEmptyColor
True to show the None color selection
Public propertyShowIcon
True to show the color picker as an icon, which when clicked opens the palette
Public propertyShowRecentColors
Gets or sets a value indicating whether the ColorPicker will display an array of recently used colors.
Public propertyViewMode
Top
Events
  NameDescription
Public eventColorChanged
Top
See Also