Search Results for

    Show / Hide Table of Contents

    Class OTZControlThemeTypeExtensions

    OTZControlThemeType の拡張機能を提供します。

    Inheritance
    System.Object
    OTZControlThemeTypeExtensions
    名前空間: OTZControls.Enumerations.Extensions
    アセンブリ: OTZControls.dll
    Syntax
    public static class OTZControlThemeTypeExtensions

    メソッド

    IsDarkTheme(OTZControlThemeType)

    ダークモードかどうかを表す値を取得または設定します。

    宣言
    public static bool IsDarkTheme(this OTZControlThemeType value)
    パラメーター
    型 名前 説明
    OTZControlThemeType value
    戻り値
    型 説明
    System.Boolean

    IsNormalTitleBar(OTZControlThemeType)

    通常のタイトルバーかどうかを取得します。

    宣言
    public static bool IsNormalTitleBar(this OTZControlThemeType value)
    パラメーター
    型 名前 説明
    OTZControlThemeType value
    戻り値
    型 説明
    System.Boolean

    IsVisualStudioTheme(OTZControlThemeType)

    Visula Studio テーマかどうかを表す値を取得または設定します。

    宣言
    public static bool IsVisualStudioTheme(this OTZControlThemeType value)
    パラメーター
    型 名前 説明
    OTZControlThemeType value
    戻り値
    型 説明
    System.Boolean
    In This Article
    Back to top Generated by DocFX