GrapeCity SPREAD for Windows Forms 11.0J
GetNextInputPos メソッド


方向、現在のテキスト、および現在の位置に従って、次の入力位置を返します。前の方向を指定する場合は、方向パラメーターに-1を指定します。
構文
'Declaration
 
Function GetNextInputPos( _
   ByVal currText As String, _
   ByVal position As Integer, _
   ByVal direction As Integer _
) As Integer
'使用法
 
Dim instance As IManageFmtInput
Dim currText As String
Dim position As Integer
Dim direction As Integer
Dim value As Integer
 
value = instance.GetNextInputPos(currText, position, direction)
int GetNextInputPos( 
   string currText,
   int position,
   int direction
)

パラメータ

currText
position
direction
参照

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

 

 


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