MESCIUS SPREAD for ASP.NET 10.0J
GetEditorControl メソッド (DoubleCellType)

構文
'Declaration
 
Public Overrides Function GetEditorControl( _
   ByVal id As String, _
   ByVal parent As TableCell, _
   ByVal style As Appearance, _
   ByVal margin As Inset, _
   ByVal value As Object, _
   ByVal upperLevel As Boolean _
) As Control
public override Control GetEditorControl( 
   string id,
   TableCell parent,
   Appearance style,
   Inset margin,
   object value,
   bool upperLevel
)

パラメータ

id
parent
style
margin
value
upperLevel

戻り値の型

セルを編集するエディタコントロールを含むControlオブジェクト
解説

Spread コンポーネントは、エディタ コントロールによってセル全体を扱うため、常に GetEditorControl メソッドから返されたエディタ コントロールを配置します。

参照

DoubleCellType クラス
DoubleCellType メンバ

 

 


© MESCIUS inc. All rights reserved.