Enum OTZControlThemeType
テーマを指定します。 Theme プロパティで使用します。
名前空間: OTZControls.Enumerations
アセンブリ: OTZControls.dll
Syntax
public enum OTZControlThemeType
フィールド
名前 | 説明 |
---|---|
DotNetDark | .NET 標準のダークモードテーマです。 |
DotNetLight | .NET 標準のライトモードテーマです。 |
HighContrast | ハイコントラスト風テーマです。 |
Office2003 | Office 2003 風のテーマです。 |
Office2007 | Office 2007 風のテーマです。 |
System | Windows の設定に準拠したテーマです。 |
VisualStudioBlue | Visual Studio ブルーテーマです。 |
VisualStudioDark | Visual Studio ダークモード風テーマです。 |
VisualStudioLight | Visual Studio ライトモード風テーマです。 |
WindowsDark | Windows 標準のダークモードです。 |
WindowsLight | Windows 標準のライトモードです。 |
WindowsXP | Windows XP 風のテーマです。 |