PowerTools SPREAD for ASP.NET 8.0J
GetEditorControl メソッド (RatingCellType)

コントロールの一意の識別子
コントロールの親セル(TableCellオブジェクト)
コントロールのスタイル設定(Appearanceオブジェクト)
コントロールの余白設定(Insetオブジェクト)
コントロールに設定する値(オブジェクトとして)
コントロールが上位ブラウザーにレンダリングできるかどうか
レーティング用セルの編集に使用されるコントロールを取得します。
構文
'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
コントロールの親セル(TableCellオブジェクト)
style
コントロールのスタイル設定(Appearanceオブジェクト)
margin
コントロールの余白設定(Insetオブジェクト)
value
コントロールに設定する値(オブジェクトとして)
upperLevel
コントロールが上位ブラウザーにレンダリングできるかどうか
参照

RatingCellType クラス
RatingCellType メンバ

 

 


© 2003-2015, GrapeCity inc. All rights reserved.