Class OTZRenderers
テーマに関する機能を提供します。
Inheritance
System.Object
OTZRenderers
名前空間: OTZControls.Themes.Menus.Renderers
アセンブリ: OTZControls.dll
Syntax
public class OTZRenderers
メソッド
CreateRenderer(OTZControlThemeType, Color)
各テーマの描画クラスを取得します。
宣言
public static OTZRendererBase CreateRenderer(OTZControlThemeType theme, Color foreColor)
パラメーター
型 | 名前 | 説明 |
---|---|---|
OTZControlThemeType | theme | 取得するテーマ。 |
Color | foreColor | メニューの色。 |
戻り値
型 | 説明 |
---|---|
OTZRendererBase |
GetColorTable(OTZControlThemeType)
宣言
public static OTZColorTableBase GetColorTable(OTZControlThemeType theme)
パラメーター
型 | 名前 | 説明 |
---|---|---|
OTZControlThemeType | theme |
戻り値
型 | 説明 |
---|---|
OTZColorTableBase |
SetColorTable(OTZControlThemeType, OTZColorTableBase)
宣言
public static void SetColorTable(OTZControlThemeType theme, OTZColorTableBase colorTable)
パラメーター
型 | 名前 | 説明 |
---|---|---|
OTZControlThemeType | theme | |
OTZColorTableBase | colorTable |