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:
System::Object ^ accHitTest(int xLeft, int yTop);
public object accHitTest (int xLeft, int yTop);
abstract member accHitTest : int * int -> obj
Public Function accHitTest (xLeft As Integer, yTop As Integer) As Object