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

リストから選択できる1つの項目をCellを表します。
構文
Public Class ListCell 
   Inherits Cell
public class ListCell : Cell 
解説

ListCellクラスは、リストを表示するために使用される特別なCellです。

継承時の注意:

ListCellから継承した派生クラスに新しいプロパティを追加するときは、必ずCloneメソッドをオーバーライドして、クローニング操作時に新しいプロパティがコピーされるようにしてください。また、また、基本クラスのCloneメソッドを呼び出して、 基本クラスのプロパティが新しいセルにコピーされるようにしてください。

継承階層

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         GrapeCity.Win.MultiRow.Cell
            GrapeCity.Win.MultiRow.ListCell
               GrapeCity.Win.MultiRow.ComboBoxCell
               GrapeCity.Win.MultiRow.ListBoxCell
               GrapeCity.Win.MultiRow.ListLabelCell

参照

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

 

 


© 2008-2015 GrapeCity inc. All rights reserved.