PowerTools SPREAD for Windows Forms 10.0J
AutoItemHeight プロパティ (ListItemInfo)


ListItemInfoオブジェクトの高さが自動的に計算されるかどうかを取得します。
構文
'Declaration
 
Public Property AutoItemHeight As Boolean
'使用法
 
Dim instance As ListItemInfo
Dim value As Boolean
 
instance.AutoItemHeight = value
 
value = instance.AutoItemHeight
public bool AutoItemHeight {get; set;}

プロパティ値

ListItemInfoオブジェクトの高さがListItemInfoのフォントに基づいて自動的に計算される場合はtrue、それ以外の場合はfalse
参照

ListItemInfo クラス
ListItemInfo メンバ

 

 


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