Livecode Wiki

The selectionHandlerColor property specifies the color of the handle boxes used to resize a selected object(glossary).Syntax:

set the selectionHandleColor to {colorName | RGBColor}

Examples:

set the selectionHandleColor to "red"
set the selectionHandleColor to "255,0,0"
set the selectionHandleColor to the hiliteColor

Use the selectionHandleColor property to change the appearance of selected objects.

See also: selected (property),borderColor (property),