GoFiler Legato Script Reference
Legato v 1.5b Application v 5.24b
|
Table of Contents | < < Previous | Next >> |
Chapter Nine — Dialog 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
Table of Contents | < < Previous | Next >> |
© 2012-2024 Novaworks, LLC. All rights reserved worldwide. Unauthorized use, duplication or transmission prohibited by law. Portions of the software are protected by US Patents 10,095,672, 10,706,221 and 11,210,456. GoFiler™ and Legato™ are trademarks of Novaworks, LLC. EDGAR® is a federally registered trademark of the U.S. Securities and Exchange Commission. Novaworks is not affiliated with or approved by the U.S. Securities and Exchange Commission. All other trademarks are property of their respective owners. Use of the features specified in this language are subject to terms, conditions and limitations of the Software License Agreement.