TreeView for WinForms
Search メソッド (C1TreeView)

C1.Win.TreeView.4.5.2 アセンブリ > C1.Win.TreeView 名前空間 > C1TreeView クラス : Search メソッド
検索文字列。
ノード列インデックス。
文字列比較タイプ。
検索タイプ: true - 深さ優先探索、false - 幅優先探索。
指定された文字列を含むノードを検索します。
シンタックス
'宣言
 
Public Function Search( _
   ByVal value As System.String, _
   Optional ByVal columnIndex As System.Integer, _
   Optional ByVal comparisonType As ComparisonType, _
   Optional ByVal dfs As System.Boolean _
) As System.Boolean
public System.bool Search( 
   System.string value,
   System.int columnIndex,
   ComparisonType comparisonType,
   System.bool dfs
)

パラメータ

value
検索文字列。
columnIndex
ノード列インデックス。
comparisonType
文字列比較タイプ。
dfs
検索タイプ: true - 深さ優先探索、false - 幅優先探索。

戻り値の型

見つかったノード。
参照

C1TreeView クラス
C1TreeView メンバ