バージョン

CheckBoxWithImageUIElement コンストラクタ(UIElement,GlyphType)

CheckBoxWithImageUIElement の概要チェックボックスとイメージの UIElement を含み位置調整します。
シンタックス
'宣言
 
Public Function New( _
   ByVal parent As UIElement, _
   ByVal glyphType As GlyphType _
)
public CheckBoxWithImageUIElement( 
   UIElement parent,
   GlyphType glyphType
)

パラメータ

parent
この要素の親要素。
glyphType
表示されるグリフのタイプを示します (CheckBox または RadioButton)。
参照