PowerTools SPREAD for Windows Forms 8.0J
IsReusable メソッド (PercentCellType)


このセル型が再利用できるかどうかをチェックします。
構文
'Declaration
 
Public Function IsReusable( _
   ByVal control As Control _
) As Boolean
'使用法
 
Dim instance As PercentCellType
Dim control As Control
Dim value As Boolean
 
value = instance.IsReusable(control)
public bool IsReusable( 
   Control control
)

パラメータ

control
解説
ボタンセル型は、そのエディタが FpButton の場合にのみ再利用できます。ボタンセル型を継承するクラスでは、再利用可能にするために、この関数と InitializeEditorControl をオーバーライドする必要があります。
参照

PercentCellType クラス
PercentCellType メンバ

 

 


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