バージョン

ProgressFillTextUIElement コンストラクタ

プログレス バーの塗りつぶし領域のテキストの表示に使用される、次の新しいテキスト 要素を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal parent As ProgressBarFillUIElement, _
   ByVal text As String _
)
public ProgressFillTextUIElement( 
   ProgressBarFillUIElement parent,
   string text
)

パラメータ

parent
親 UIElement
text
表示するための初期テキスト。
参照