バージョン

ColorInfo コンストラクタ(ThemeColorType)

テーマ色を指定して ColorInfo を新規作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal themeColorType As ThemeColorType _
)
public ColorInfo( 
   ThemeColorType themeColorType
)

パラメータ

themeColorType
ColorInfo が使用されるときに表示されるテーマの色のタイプ。
例外
例外解説
System.ArgumentExceptionthemeColorTypeThemeColorType列挙体で定義されていないです。
参照