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

オブジェクトのリストを箇条書き形式で表示する Cell を表します。
構文
Public Class ListLabelCell 
   Inherits ListCell
public class ListLabelCell : ListCell 
解説

ListLabelCell クラスは、オブジェクトのセットを表示する特別なタイプの Cell です。また、このセルは読み取り専用です。

継承時の注意:

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

継承階層

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

参照

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

 

 


© 2008-2015 GrapeCity inc. All rights reserved.