ImageEn, unit iexColorPalette |
|
TIEColorPalette.RightClickSelection
Declaration
property RightClickSelection: Boolean;
Description
Whether selection is effected when clicking with the right-mouse button (Left-mouse button will always cause selection).
Default: False (Right-mouse button has no effect)
// Clicking on colors with right-mouse button should select cells
ColorPalette1.RightClickSelection := True;