PowerTools SPREAD for Windows Forms 10.0J
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)
bool IsInputAllowedAtPos( 
   string currText,
   int position
)

パラメータ

currText
position
参照

IManageFmtInput インタフェース
IManageFmtInput メンバ

 

 


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