バージョン

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

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

パラメータ

parentElement
UIElement
glyphType
表示されるグリフのタイプを示します (CheckBox または RadioButton)。
参照