Gets the current hit test object.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property HitTestObject As Object |
C# | |
---|
public object HitTestObject {get;} |
Managed Extensions for C++ | |
---|
public: __property Object* get_HitTestObject(); |
C++/CLI | |
---|
public:
property Object^ HitTestObject {
Object^ get();
} |
Return Value
The hit test object returned from the
HitTest method.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also