public HitTestInformation HitTest( int x, int y )
'Declaration Public Function HitTest( _ ByVal x As Integer, _ ByVal y As Integer _ ) As HitTestInformation
'Declaration
Public Function HitTest( _ ByVal x As Integer, _ ByVal y As Integer _ ) As HitTestInformation
'使用法 Dim instance As SpreadView Dim x As Integer Dim y As Integer Dim value As HitTestInformation value = instance.HitTest(x, y)
'使用法
Dim instance As SpreadView Dim x As Integer Dim y As Integer Dim value As HitTestInformation value = instance.HitTest(x, y)
SpreadView クラス SpreadView メンバ
編集、選択、フォーカスに関するイベント ヒットテストによるカーソル位置の特定
Copyright © 2004 GrapeCity inc.