PowerTools SPREAD for Windows Forms 10.0J
AutoHeight プロパティ (ListHeaderPaneInfo)


ListHeaderPaneInfoの高さが自動的に調整されるかどうかを取得または設定します。
構文
'Declaration
 
Public Property AutoHeight As Boolean
'使用法
 
Dim instance As ListHeaderPaneInfo
Dim value As Boolean
 
instance.AutoHeight = value
 
value = instance.AutoHeight
public bool AutoHeight {get; set;}

プロパティ値

ListHeaderPaneInfoの高さがListHeaderPaneInfoListHeaderPane.Fontに基づいて自動的に調整される場合はtrue、それ以外の場合はfalse
デフォルト値はtrueです。
参照

ListHeaderPaneInfo クラス
ListHeaderPaneInfo メンバ

 

 


© 2004-2017, GrapeCity inc. All rights reserved.