TextFieldの背景色の変更

【ご質問】
テキストフィールドの背景色を変更することは可能でしょうか?

【回答】
“control-content-background”を設定することで、コントロールの背景色を変更することが可能です。

{curl 6.0,7.0,8.0 applet}
{curl-file-attributes character-encoding = “utf8”}

{View
    {Frame
        width = 8cm,
        height = 8cm,
        control-appearance-changeable?=true,
        control-content-background=“yellow”,
        {TextField
            value=“Curl Developer Center”
        }
    },
    visibility = “normal”,
    {on WindowClose do
        {exit}
    }
}