MESCIUS InputMan for ASP.NET 10.0J
Insert(Int32,String) メソッド

描画スタイルを追加する位置(Int32 型)
描画スタイルの識別名(String 型)
描画スタイルの識別名を指定してStyleCollectionコレクションの指定した位置にオブジェクトを追加します。
シンタックス
Public Overloads Sub Insert( _
   ByVal index As Integer, _
   ByVal key As String _
) 
public void Insert( 
   int index,
   string key
)

パラメータ

index
描画スタイルを追加する位置(Int32 型)
key
描画スタイルの識別名(String 型)
例外
例外解説
System.ArgumentNullExceptionkeyにnull(Visual BasicではNothing)または空の文字列が設定されています。
参照

参照

StyleCollection クラス
StyleCollection メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.