バージョン

NumericToolValueUIElement コンストラクタ

新しい NumericToolValueUIElement インスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal parent As NumericToolImageAndTextUIElement, _
   ByVal text As String _
)
public NumericToolValueUIElement( 
   NumericToolImageAndTextUIElement parent,
   string text
)

パラメータ

parent
親要素。
text
初期テキスト。
参照