'Declaration Public MustOverride Function IsReusable( _ ByVal control As Control _ ) As Boolean
'Declaration
Public MustOverride Function IsReusable( _ ByVal control As Control _ ) As Boolean
'使用法 Dim instance As InputManCellTypeBase Dim control As Control Dim value As Boolean value = instance.IsReusable(control)
'使用法
Dim instance As InputManCellTypeBase Dim control As Control Dim value As Boolean value = instance.IsReusable(control)
public abstract bool IsReusable( Control control )
InputManCellTypeBase クラス InputManCellTypeBase メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.