検索対象部分とMatchingSourceプロパティとの一致方法を設定します。
シンタックス
var instance = new GCIM.GcComboBox(container, id);
var returnValue; // Type: any
// パラメータ
var value; //タイプ: FilterMatchingMode
returnValue = instance.SetAutoFilterMatchingMode(value);
パラメータ
- value
- 一致方法を示す値("matchstartwith"、"matchall"、"ambiguousmatchstartwith"、"ambiguousmatchall"、"exactmatchstartwith"、"exactmatchall")。
参照