GrapeCity.Win.MultiRow.v80 アセンブリ > GrapeCity.Win.MultiRow 名前空間 : ListBoxEditingControl クラス |
Public Class ListBoxEditingControl Inherits System.Windows.Forms.ListBox Implements IEditingControl
public class ListBoxEditingControl : System.Windows.Forms.ListBox, IEditingControl
ListBoxEditingControl クラスは IEditingControl インタフェースを実装する特別なタイプの System.Windows.Forms.ListBox で、セルが編集モードのときに Cell 内でホストできます。ListBoxEditingControl は、Cell が編集モードのときに、GcMultiRow コントロールの EditingControl プロパティを通じて取得できます。
セルが編集モードに入るときに編集コントロールを独自に初期化する場合は、GcMultiRow.EditingControlShowing イベントを処理します。編集コントロールの表示特性をカスタマイズするには、Control プロパティによって返されたコントロールのプロパティを設定するのではなく、CellStyle プロパティによって返されたオブジェクトのプロパティを設定します。
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ListControl
System.Windows.Forms.ListBox
GrapeCity.Win.MultiRow.ListBoxEditingControl