PowerTools InputMan for ASP.NET 8.0J
ListHeaderPane プロパティ
使用例 

ヘッダ部分を定義するGrapeCity.Web.Input.Core.ListBox.ListHeaderPaneオブジェクトを取得または設定します。
構文
Public Property ListHeaderPane As ListHeaderPane
public ListHeaderPane ListHeaderPane {get; set;}
解説
リストコントロールのヘッダ全体の部分はListHeaderPaneプロパティが参照するGrapeCity.Web.Input.Core.ListBox.ListHeaderPaneクラスを使用して設定します。各カラムのヘッダ部分については、GrapeCity.Web.Input.Core.ListBox.ColumnHeaderクラスを使用します。
使用例
次のサンプルコードは、リストコントロールのヘッダの表示方法を示します。
GcListBox1.ListHeaderPane.Visible = True
GcListBox1.ListHeaderPane.BackColor = Color.Azure
GcListBox1.ListHeaderPane.AutoHeight = True
GcListBox1.ListHeaderPane.Font.Name = "メイリオ"
GcListBox1.ListHeaderPane.Visible = true;
GcListBox1.ListHeaderPane.BackColor = Color.Azure;
GcListBox1.ListHeaderPane.AutoHeight = true;
GcListBox1.ListHeaderPane.Font.Name = "メイリオ";
参照

GcListBox クラス
GcListBox メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.