MultiColumnCombo for WinForms
ApplySearch メソッド

C1.Win.Input.MultiColumnCombo.6 アセンブリ > C1.Win.Input.MultiColumnCombo 名前空間 > IDropDownView インターフェース : ApplySearch メソッド
検索されるテキスト。
検索結果を強調表示するかどうかを定義します。
検索結果をフィルタ処理するかどうかを定義します。
ドロップダウンビュー内のデータに検索を適用します。
シンタックス
'宣言
 
Sub ApplySearch( _
   ByVal text As System.String, _
   ByVal highlight As System.Boolean, _
   ByVal filter As System.Boolean _
) 
void ApplySearch( 
   System.string text,
   System.bool highlight,
   System.bool filter
)

パラメータ

text
検索されるテキスト。
highlight
検索結果を強調表示するかどうかを定義します。
filter
検索結果をフィルタ処理するかどうかを定義します。
参照

IDropDownView インターフェース
IDropDownView メンバ