'宣言 Public Function FindItem( _ ByVal text As System.String _ ) As C1TreeViewItem
public C1TreeViewItem FindItem( System.string text )
パラメータ
- text
- 検索するテキスト
戻り値の型
検索パラメータと一致する項目。一致する項目が存在しない場合は null
'宣言 Public Function FindItem( _ ByVal text As System.String _ ) As C1TreeViewItem
public C1TreeViewItem FindItem( System.string text )