PowerTools InputMan for Windows Forms 8.0J
GetCharFromPosition メソッド (GcRichTextBox)

検索する位置を表すPoint値。
指定した位置の一番近くにある文字を取得します。
構文
Public Overridable Function GetCharFromPosition( _
   ByVal pt As Point _
) As Char
public virtual char GetCharFromPosition( 
   Point pt
)

パラメータ

pt
検索する位置を表すPoint値。

戻り値の型

指定した位置の一番近くにある文字を表すChar値。
解説
ptパラメーターで指定した位置がコントロールのクライアント領域の外側にある場合は、文字'\0'が返されます。このメソッドを使用すると、コントロール内の特定の位置の近くにある文字を確認できます。その後、この値を使用して、その位置にあるテキストを操作できます。
参照

GcRichTextBox クラス
GcRichTextBox メンバ

 

 


© 2004-2015 GrapeCity inc. All rights reserved.