FlexItem.TitleBgColorプロパティ

 

列のタイトルの背景色を指定します。

 

タイトルの背景色は、TitleBgColorプロパティのほかにFlexViewで定義されるTitleBgColorの影響も受けます。次の表のように、FlexItemTitleBgColorの指定が優先されます。

 

FlexItem.TitleBgColor

FlexView.TitleBgColor

表示色

指定なし

指定なし

デフォルト色

指定なし

指定あり

FlexView.TitleBgColor

指定あり

指定なし

FlexItem.TitleBgColor

指定あり

指定あり

FlexItem.TitleBgColor

 

TitleBgColor指定例

 

FlexView FlexView1 {
    :
    TitleBgColor = $6666FF;
    :
    FlexRecord FlexRecord1 {
        :
        FlexColumnSet FlexColumnSet1 {
            :
            Title = "TreeSet";
            TitleBgColor = $33FF33;
            :
            FlexTreeHeader FlexTreeHeader1 {
                Title = "Tree1";
                :
            }
            FlexTreeHeader FlexTreeHeader2 {
                Title = "Tree2";
                :
            }
        }
    }
}

 

より追加されました

 



「オンラインマニュアル」一覧へ戻る
「Bizの宝箱」TOPへ戻る