バージョン

CustomColorBoxSpecialButtonUIElement コンストラクタ(UIElement,CustomColor,Boolean)

新しい CustomColorBoxSpecialButtonUIElement を初期化します
シンタックス
'宣言
 
Public Function New( _
   ByVal parent As UIElement, _
   ByVal color As CustomColor, _
   ByVal isCustomizable As Boolean _
)
public CustomColorBoxSpecialButtonUIElement( 
   UIElement parent,
   CustomColor color,
   bool isCustomizable
)

パラメータ

parent
親要素
color
表示されるカラー
isCustomizable
カラーがカスタマイズ可能かどうかを示します
参照