バージョン

NodeTextUIElement コンストラクタ

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

パラメータ

parent
この要素の親 UI Element。
text
表示するテキスト。
参照