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

ヘッダの高さを取得または設定します。
構文
Public Property Height As Integer
public int Height {get; set;}

プロパティ値

既定値:20
例外
例外解説
System.ArgumentOutOfRangeExceptionheightの値が0以下です。
解説
Heightプロパティの設定を有効にするには、AutoHeightプロパティをFalseにします。
使用例
次のサンプルコードでは、リストコントロールのヘッダの高さを設定する方法を示します。
GcListBox1.ListHeaderPane.Visible = True
GcListBox1.ListHeaderPane.AutoHeight = False
GcListBox1.ListHeaderPane.Height = 30
GcListBox1.ListHeaderPane.Visible = true;
GcListBox1.ListHeaderPane.AutoHeight = false;
GcListBox1.ListHeaderPane.Height = 30;
参照

ListHeaderPane クラス
ListHeaderPane メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.