PowerTools MultiRow for Windows Forms 8.0J
ImageCell クラス
メンバ 

GcMultiRowコントロールにイメージを表示するCellを表します。
構文
Public Class ImageCell 
   Inherits Cell
public class ImageCell : Cell 
解説

ImageCellクラスは、ValueIsIconプロパティの値に応じてSystem.Drawing.ImageまたはSystem.Drawing.Iconを表示する特別なタイプのCellです。ImageCellでは通常、セル内容をユーザーが編集できないように、Cell.ReadOnlyプロパティをtrueに設定します。ImageCellCell.ReadOnlyプロパティの値をfalseに変更した場合、([Ctrl]+[V]キーを押して)値を貼り付けることにより、ImageCellの値を変更できます。

CellStyle.Imageプロパティは、Cell.FormattedValueプロパティによって提供されるSystem.Drawing.ImageまたはSystem.Drawing.Iconの前面に表示されます。これを使用して透かし機能を実現できます。

継承階層

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         GrapeCity.Win.MultiRow.Cell
            GrapeCity.Win.MultiRow.ImageCell

参照

ImageCell メンバ
GrapeCity.Win.MultiRow 名前空間
Cell クラス

 

 


© 2008-2015 GrapeCity inc. All rights reserved.