|
ctColorPick
Calling a Windows API may not always be the most efficient way to
provide color selections for end users. ctColorPick may just be the
ticket for quickly enhancing application features while maintaining
developer control over presentation and behavior.
ctCPick is a compact alternative to the color common dialogue box. Much simpler and quicker
to use than the Microsoft common dialogue box. ctCPick is automatically hidden when the user selects one of the 48 colors or when the color picker loses focus.
ctCPick features include:
Color Click Event :
Report the long value of the selected color and the pallet's index value for the selected color.
Display Method : Invoke the color picker from script.
Default Color : Specify a default color.
Position Properties : Specify the position of the color picker's pallet when invoked. The color pallet may be made to appear relative to the cursor, to an associated control, or to a position on the screen. The palettes position can also be adjusted by custom offset properties.
Color Property (1-48) : Specify one of the displayed colors in the color palette.
Companion
Components:
ctColor,
ctColorButton,
ctColorCombo

|