MESCIUS SPREAD for Windows Forms 17.0J
IsInputAllowedAtPos メソッド

現在のテキスト。
位置。
指定したテキストについて、指定した位置(インデックス)での入力が許可されるかどうかを返します。
構文
'Declaration
 
Function IsInputAllowedAtPos( _
   ByVal currText As String, _
   ByVal position As Integer _
) As Boolean
bool IsInputAllowedAtPos( 
   string currText,
   int position
)

パラメータ

currText
現在のテキスト。
position
位置。

戻り値の型

指定した位置(インデックス)での入力が許可される場合はtrue、それ以外の場合はfalse。
参照

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

 

 


© MESCIUS inc. All rights reserved.