GrapeCity SPREAD for Windows Forms 11.0J
Add(String,String) メソッド


ボタンのキー値。
ボタンのテキスト文字列。
ButtonTextCollectionInfoに項目を追加します。
構文
'Declaration
 
Public Overloads Function Add( _
   ByVal key As String, _
   ByVal value As String _
) As Integer
'使用法
 
Dim instance As ButtonTextCollectionInfo
Dim key As String
Dim value As String
Dim value As Integer
 
value = instance.Add(key, value)
public int Add( 
   string key,
   string value
)

パラメータ

key
ボタンのキー値。
value
ボタンのテキスト文字列。

戻り値の型

項目インデックス。
参照

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

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.