バージョン

ColorWellOverlayUIElement コンストラクタ(UIElement,ColorWellUIElement)

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

パラメータ

parent
親要素
colorWellUIElement
オーバーレイが表示される ColorWellUIElement。
参照