MESCIUS InputMan for ASP.NET 10.0J
GetHeaderPane メソッド
ヘッダを設定するListHeaderPaneオブジェクトを取得します。
シンタックス
var instance = new GCIM.ComboListBox();
var value; // Type: ListHeaderPane
value = instance.GetHeaderPane();
function GetHeaderPane() : ListHeaderPane;

戻り値の型

ListHeaderPaneオブジェクト。
使用例
// リストのヘッダを表示します。
var list = FindIMControl("GcComboBox1").GetListBox();
var header = list.GetListHeaderPane();
header.SetVisible(true);
参照

参照

ComboListBox タイプ

 

 


© MESCIUS inc. All rights reserved.