バージョン

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

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

パラメータ

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