PowerTools SPREAD for Windows Forms 8.0J
InsertIcon メソッド


アイコンオブジェクトを挿入する位置のインデックス
アイコンオブジェクトの名前
アイコンオブジェクト
コンテナーの指定したインデックスに指定した名前でアイコンオブジェクトを挿入します。
構文
public void InsertIcon( 
   int index,
   string name,
   Icon icon
)
'Declaration
 
Public Sub InsertIcon( _
   ByVal index As Integer, _
   ByVal name As String, _
   ByVal icon As Icon _
) 
 
'使用法
 
Dim instance As CustomIconContainer
Dim index As Integer
Dim name As String
Dim icon As Icon
 
instance.InsertIcon(index, name, icon)

パラメータ

index
アイコンオブジェクトを挿入する位置のインデックス
name
アイコンオブジェクトの名前
icon
アイコンオブジェクト
参照

CustomIconContainer クラス
CustomIconContainer メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.