PowerTools InputMan for ASP.NET 8.0J
ListHeaderPane クラス
メンバ  使用例 

ListHeaderPaneクラスは、リストコントロールおよびコンボコントロールのリストボックスで使用するヘッダを設定します。
構文
Public Class ListHeaderPane 
   Inherits GrapeCity.Web.Input.Core.BaseViewState
public class ListHeaderPane : GrapeCity.Web.Input.Core.BaseViewState 
解説
ListHeaderPaneクラスは、リストのヘッダ部分全体を設定する場合に使用します。各カラムのヘッダの詳細を設定するには、ListColumnクラスのListColumn.Headerプロパティが参照するColumnHeaderオブジェクトを使用します。
使用例
次のサンプルコードでは、リストコントロールのヘッダを設定する方法を示します。
GcListBox1.ListHeaderPane.Visible = True
GcListBox1.ListHeaderPane.BackColor = Color.LightGreen
GcListBox1.ListHeaderPane.AutoHeight = True
GcListBox1.ListHeaderPane.Font.Bold = True
GcListBox1.ListHeaderPane.Visible = true;
GcListBox1.ListHeaderPane.BackColor = Color.LightGreen;
GcListBox1.ListHeaderPane.AutoHeight = true;
GcListBox1.ListHeaderPane.Font.Bold = true;
継承階層

System.Object
   GrapeCity.Web.Input.Core.NotifyObject
      GrapeCity.Web.Input.Core.BaseViewState
         GrapeCity.Web.Input.Core.ListBox.ListHeaderPane

参照

ListHeaderPane メンバ
GrapeCity.Web.Input.Core.ListBox 名前空間
GcListBox.ListHeaderPane プロパティ
ListBox.HeaderPane プロパティ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.