c++ builder XE4, 10.2 Tokyo > form > TPanelの色をコードで変更 > ParentBackGround = falseにする必要あり
1257 ワード
動作確認
C++ Builder XE4 on Windows 7 pro (32bit)
Rad Studio 10.2 Tokyo Update 2 (追記: 2017/12/26)
TPanelの色を変更しようとしたが変更できなかった。
void __fastcall TForm1::Button1Click(TObject *Sender)
{
Panel1->Color = clBlack;
}
When you want to have colored panels under a themed OS you have to set ParentBackground to False.
ParentBackgroundをfalseにすると、上記のコードで色を変更できた。
Author And Source
この問題について(c++ builder XE4, 10.2 Tokyo > form > TPanelの色をコードで変更 > ParentBackGround = falseにする必要あり), 我々は、より多くの情報をここで見つけました https://qiita.com/7of9/items/7126631eadf2fd9f56f9著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .