'宣言 Public Overloads Function AddTextBox( _ ByVal text As String _ ) As TBTextBox
public TBTextBox AddTextBox( string text )
UltraWebToolbar 要素の左に、動的に作成した TBTextBox を追加するために使用します。テキストボックスの Text プロパティはtext 引数で指定された値に初期化します。
Insert(Int32,TBObject) メソッドを使用して、新しい TBTextBoxインスタンスをツールバー項目の前 (左側) に挿入します。Insert を呼び出すときには、開発者は TBTextBox インスタンスを事前に作成して、後で Text プロパティを設定する責任があります。
Items クラス Items メンバ オーバーロード一覧 AddTextBox(String,String) メソッド Add(Control) メソッド Add(TBCustom) メソッド