PowerTools InputMan for ASP.NET 8.0J
SetAutoFilterMatchingMode メソッド
一致方法を示す値("matchstartwith"、"matchall"、"ambiguousmatchstartwith"、"ambiguousmatchall"、"exactmatchstartwith"、"exactmatchall")。
検索対象部分とMatchingSourceプロパティとの一致方法を設定します。
構文
var instance = new GCIM.GcComboBox(container, id);
var returnValue; // Type: any

// パラメータ
var value; //タイプ: FilterMatchingMode

returnValue = instance.SetAutoFilterMatchingMode(value);
function SetAutoFilterMatchingMode( 
   value : FilterMatchingMode
) : any;

パラメータ

value
一致方法を示す値("matchstartwith"、"matchall"、"ambiguousmatchstartwith"、"ambiguousmatchall"、"exactmatchstartwith"、"exactmatchall")。
参照

GcComboBox オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.