Search Results for

    Show / Hide Table of Contents

    Class OTZControlColorTables

    テーマに関する機能を提供します。

    Inheritance
    System.Object
    OTZControlColorTables
    名前空間: OTZControls.Themes.Controls
    アセンブリ: OTZControls.dll
    Syntax
    public class OTZControlColorTables

    メソッド

    GetControlColorTable(OTZControlThemeType)

    指定したテーマのカラーテーブルを取得します。

    宣言
    public static OTZControlColorTableBase GetControlColorTable(OTZControlThemeType theme)
    パラメーター
    型 名前 説明
    OTZControlThemeType theme

    テーマの種類。

    戻り値
    型 説明
    OTZControlColorTableBase

    カラーテーブル。

    SetControlColorTable(OTZControlThemeType, OTZControlColorTableBase)

    指定したテーマのカラーテーブルを設定します。

    宣言
    public static void SetControlColorTable(OTZControlThemeType theme, OTZControlColorTableBase controlColorTable)
    パラメーター
    型 名前 説明
    OTZControlThemeType theme
    OTZControlColorTableBase controlColorTable
    In This Article
    Back to top Generated by DocFX