Class: cWebColorForm
Properties | Events | Methods | Index of Classes
A color selection control that renders like a form, and pops up the cWebColorPicker control with the content being color code
Hierarchy
cObject > cWebBaseObject > cWebObject > cWebBaseUIObject > cWebBaseDEOServer > cWebBaseControl > cWebBaseDEO > cWebBaseForm > cWebForm > cWebColorForm
Show full hierarchy and direct subclasses
Library: Web Application Class Library
Package: cWebColorForm.pkg
Description
A color selection control that renders like a form, and pops up the cWebColorPicker control with the content being color code.

A box on the left shows the color and clicking it or pressing F4 will popup the color picker (cWebColorPicker) to change the color shown inside the form.
Drag and Drop Support
This control can be used as a valid drop target by registering it as such in a cWebDragDropHelper object.
The supported actions for this control are: - C_WebDropOnControl
This allows the control to accept data dragged from elsewhere in the control (if configured that way) and can also be used to accept files when registered within a cWebDragDropFileHelper.