PowerTools SPREAD for Windows Forms 10.0J
ImageList プロパティ (GcComboBoxCellType)


ImageListを取得または設定します。
構文
'Declaration
 
Public Property ImageList As ImageList
'使用法
 
Dim instance As GcComboBoxCellType
Dim value As ImageList
 
instance.ImageList = value
 
value = instance.ImageList
public ImageList ImageList {get; set;}

プロパティ値

Imageオブジェクトを含むImageList
デフォルト値はnull 参照 (Visual Basicでは Nothing)です。
解説
Itemsに含まれる項目のImageプロパティは、このプロパティから画像をロードします。
参照

GcComboBoxCellType クラス
GcComboBoxCellType メンバ

 

 


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