FormListControl.hitTest(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual cli::array <System::Object ^> ^ hitTest(int _x, int _y);
public virtual object[] hitTest (int _x, int _y);
abstract member hitTest : int * int -> obj[]
override this.hitTest : int * int -> obj[]
Public Overridable Function hitTest (_x As Integer, _y As Integer) As Object()
Parameters
- _x
- Int32
- _y
- Int32
Returns
Object[]