Skip to main content

selectionHandleColor

Type

property

Summary

The selectionHandlerColor property specifies the color of the handle boxes used to resize a selected object.

Syntax

set the selectionHandleColor to {colorName | RGBColor}

Description

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

Examples

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

Value

NameTypeDescription

value

The selectionHandleColor is a color reference. The colorName is any standard color name.

The RGBColor consists of three comma-separated integers between zero and 255, specifying the level of each of red, green, and blue; or an HTML-style color consisting of a hash mark (#) followed by three hexadecimal numbers, one for each of red, green, and blue.

By default, the selectionHandleColor is "0,0,0" (black).

property: selected, borderColor

function: colorNames

glossary: property, hexadecimal, integer, color reference, object

Compatibility and Support

Introduced

LiveCode 1.0

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?