MESCIUS SPREAD for Windows Forms 15.0J
GetPositionFromCharIndex メソッド

位置の取得対象とする文字のインデックスを表すInt32値。
指定した文字インデックスが示す、コントロール内の位置を取得します。
構文
'宣言
 
Public Overridable Function GetPositionFromCharIndex( _
   ByVal index As Integer _
) As Point
public virtual Point GetPositionFromCharIndex( 
   int index
)

パラメータ

index
位置の取得対象とする文字のインデックスを表すInt32値。

戻り値の型

指定した文字の位置を表すPoint値。
解説
パラメーターがゼロより小さい場合、または全文字数より大きい場合、このメソッドは-1を返します。
参照

GcTextBox クラス
GcTextBox メンバ

 

 


© MESCIUS inc. All rights reserved.