PowerTools InputMan for ASP.NET 8.0J
SetTextBoxStyle メソッド
テキスト部分に表示する内容を示す値("textonly"、"imageonly"、"both")。
テキスト部分に何を表示するかを設定します。
構文
var instance = new GCIM.GcComboBox(container, id);
var returnValue; // Type: any

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

returnValue = instance.SetTextBoxStyle(value);
function SetTextBoxStyle( 
   value : TextBoxStyle
) : any;

パラメータ

value
テキスト部分に表示する内容を示す値("textonly"、"imageonly"、"both")。
参照

GcComboBox オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.