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

ComboBoxCellでホストされるコンボボックスコントロールを表します。
構文
Public Class ComboBoxEditingControl 
   Inherits System.Windows.Forms.ComboBox
   Implements IEditingControl 
public class ComboBoxEditingControl : System.Windows.Forms.ComboBox, IEditingControl  
解説

ComboBoxEditingControlクラスはIEditingControlインタフェースを実装する特別なタイプのSystem.Windows.Forms.ComboBoxで、セルが編集モードのときにCell内でホストできます。ComboBoxEditingControlは、Cellが編集モードのときに、GcMultiRowコントロールのGcMultiRow.EditingControlプロパティを通じて取得できます。

セルが編集モードに入るときに編集コントロールを独自に初期化する場合は、GcMultiRow.EditingControlShowingイベントを処理します。編集コントロールの表示特性をカスタマイズするには、EditingControlShowingEventArgs.Controlプロパティによって返されたコントロールのプロパティを設定するのではなく、EditingControlShowingEventArgs.CellStyleプロパティによって返されたオブジェクトのプロパティを設定します。

継承階層

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ListControl
               System.Windows.Forms.ComboBox
                  GrapeCity.Win.MultiRow.ComboBoxEditingControl

参照

ComboBoxEditingControl メンバ
GrapeCity.Win.MultiRow 名前空間
ComboBoxCell クラス

 

 


© 2008-2015 GrapeCity inc. All rights reserved.