PowerTools InputMan for ASP.NET 8.0J
GetTextBoxStyle メソッド
テキスト部分に何を表示するかを取得します。
構文
var instance = new GCIM.GcComboBox(container, id);
var value; // Type: TextBoxStyle
value = instance.GetTextBoxStyle();
function GetTextBoxStyle() : TextBoxStyle;

戻り値

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

GcComboBox オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.