SPREAD for WPF 4.0J - GcSpreadSheet
GetEditingElement メソッド (ComboBoxCellType)

GrapeCity.Wpf.SpreadSheet.CellType アセンブリ > GrapeCity.Wpf.SpreadSheet.CellType 名前空間 > ComboBoxCellType クラス : GetEditingElement メソッド
描画するコンテキスト。
編集するセルの行インデックス。
編集するセルの列インデックス。
編集に関連付けられたSystem.EventArgsオブジェクト。
指定したセルの編集要素をを取得します。
シンタックス
'宣言
 
Public Overrides Function GetEditingElement( _
   ByVal paintingContext As PaintingContext, _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByVal paintingData As CellData, _
   ByVal eventArgs As System.EventArgs _
) As System.Windows.FrameworkElement
public override System.Windows.FrameworkElement GetEditingElement( 
   PaintingContext paintingContext,
   System.int row,
   System.int column,
   CellData paintingData,
   System.EventArgs eventArgs
)

パラメータ

paintingContext
描画するコンテキスト。
row
編集するセルの行インデックス。
column
編集するセルの列インデックス。
paintingData
eventArgs
編集に関連付けられたSystem.EventArgsオブジェクト。

戻り値の型

編集される要素を表すSystem.Windows.FrameworkElementオブジェクト。
参照

ComboBoxCellType クラス
ComboBoxCellType メンバ