バージョン

ColorPreviewBoxUIElement コンストラクタ

コンストラクター。UIElement クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal parent As UIElement, _
   ByVal color As Color, _
   ByVal isPrimary As Boolean _
)
public ColorPreviewBoxUIElement( 
   UIElement parent,
   Color color,
   bool isPrimary
)

パラメータ

parent
親要素。
color
プレビュー エリアのプレビュー ボックスに表示される色。
isPrimary
プライマリ カラー ボックスの場合は true、セカンダリ カラー ボックスの場合は false。
参照