TreeView for WinForms
SearchAll メソッド (C1TreeView)

C1.Win.TreeView.6 アセンブリ > C1.Win.TreeView 名前空間 > C1TreeView クラス : SearchAll メソッド
検索する文字列。
ノード列インデックス。
文字列比較タイプ。
指定された文字列を含むすべてのノードを検索して表示します。
シンタックス
'宣言
 
Public Function SearchAll( _
   ByVal value As System.String, _
   Optional ByVal columnIndex As System.Integer, _
   Optional ByVal comparisonType As ComparisonType _
) As System.Boolean
public System.bool SearchAll( 
   System.string value,
   System.int columnIndex,
   ComparisonType comparisonType
)

パラメータ

value
検索する文字列。
columnIndex
ノード列インデックス。
comparisonType
文字列比較タイプ。

戻り値の型

ノードが見つかった場合は True、そうでない場合は False。
参照

C1TreeView クラス
C1TreeView メンバ