バージョン

TextUIElement コンストラクタ

コンストラクター
シンタックス
'宣言
 
Public Function New( _
   ByVal parent As UIElement, _
   ByVal text As String _
)
public TextUIElement( 
   UIElement parent,
   string text
)

パラメータ

parent
親要素
text
最初のテキスト
参照