バージョン

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

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

パラメータ

parent
親の UIElement。
positionImageInsideTextRect
これはWindowフォームの標準的な動作です。Falseに設定するとオプションボタンとテキストの要素の外側にイメージが配置されます。
参照