GrapeCity SPREAD for Windows Forms 11.0J
Find メソッド (SideButtonCollection)


コレクションから取得するオブジェクトの名前を示すSystem.String値。
指定した名前を使用して項目を検索します。
構文
'Declaration
 
Public Function Find( _
   ByVal name As String _
) As SideButtonBase()
'使用法
 
Dim instance As SideButtonCollection
Dim name As String
Dim value() As SideButtonBase
 
value = instance.Find(name)
public SideButtonBase[] Find( 
   string name
)

パラメータ

name
コレクションから取得するオブジェクトの名前を示すSystem.String値。

戻り値の型

指定した名前を持つ、コレクション内のINamedObjectオブジェクト。
参照

SideButtonCollection クラス
SideButtonCollection メンバ

 

 


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