FarPoint.Win アセンブリ > FarPoint.Win.SuperEdit 名前空間 > IManageFmtInput インタフェース : IsInputAllowedAtPos メソッド |
'Declaration
Function IsInputAllowedAtPos( _ ByVal currText As String, _ ByVal position As Integer _ ) As Boolean
'使用法
Dim instance As IManageFmtInput Dim currText As String Dim position As Integer Dim value As Boolean value = instance.IsInputAllowedAtPos(currText, position)