GrapeCity SPREAD for Windows Forms 11.0J
DynamicCellStyleConditionHandler デリゲート


GcMultiRowの現在のコンテキストを示すDynamicStyleInfoContext値。
指定したDynamicStyleInfoContextに基づくAppearanceStyleInfoを返すメソッドを表します。
構文
'Declaration
 
Public Delegate Function DynamicCellStyleConditionHandler( _
   ByVal context As DynamicStyleInfoContext _
) As AppearanceStyleInfo
'使用法
 
Dim instance As New DynamicCellStyleConditionHandler(AddressOf HandlerMethod)
public delegate AppearanceStyleInfo DynamicCellStyleConditionHandler( 
   DynamicStyleInfoContext context
)

パラメータ

context
GcMultiRowの現在のコンテキストを示すDynamicStyleInfoContext値。

戻り値の型

実際のCellStyleオブジェクトを表すAppearanceStyleInfo
解説
DynamicStyleInfoクラスは、DynamicCellStyleConditionHandler型のDynamicStyleInfo.ConditionHandlerを定義します。これを使用してイベント処理メソッドをアタッチし、特定のcontextに基づくAppearanceStyleInfoを動的に返すことができます。
参照

DynamicCellStyleConditionHandler メンバ
FarPoint.Win.Spread 名前空間
AppearanceStyleInfo クラス
DynamicStyleInfo クラス

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.