PowerTools InputMan for ASP.NET 8.0J
SetDropDownButtonImageUrl メソッド
画像のURL。
ドロップダウンボタンに表示する画像のURLを設定します。
構文
var instance = new GCIM.GcTextBox(container, id);
var returnValue; // Type: any

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

returnValue = instance.SetDropDownButtonImageUrl(value);
function SetDropDownButtonImageUrl( 
   value : string
) : any;

パラメータ

value
画像のURL。
参照

GcTextBox オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.