Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter NineDialog Functions (continued)

DataControlSetSelectColor Function

Overview

The DataControlSetSelectColor function sets or resets the select color scheme.

Syntax/Parameters

Syntax

int = DataControlSetSelectColor ( int id );

int = DataControlSetSelectColor ( int id, color active, [color text], [color inactive] );

Parameters

id

An int containing the control ID of the data control.

active

An optional color (string or dword) value. If not provided, the colors are reset to the default theme colors. If provided, the value serves as the active and inactive background color. See Remarks below.

text

An optional text color (string or dword) value. If not provided, the default text color is used. See Remarks below.

inactive

An optional inactive background color (string or dword) value. If not provided, the active color is used. See Remarks below.

Return Value

Returns an int as ERROR_NONE or a formatted error code on failure.

Remarks

If colors are not specified, the select colors are reset to the default values.

Color values can be specified as a string in the form of CSS legal values or as a dword for RGB values. See Section 5.22.5 Color Functions for additional information on colors.

Inactive color specifies the background color when the control does not have keyboard focus. The text color is always the same whether or not the control has focus.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic