CommandBarControl.accHitTest Method

Gets the object at the specified coordinates. This method is deprecated.

Namespace:  Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

Syntax

'Declaration
Function accHitTest ( _
    xLeft As Integer, _
    yTop As Integer _
) As Object
Object accHitTest(
    int xLeft,
    int yTop
)
Object^ accHitTest(
    [InAttribute] int xLeft, 
    [InAttribute] int yTop
)
abstract accHitTest : 
        xLeft:int * 
        yTop:int -> Object
function accHitTest(
    xLeft : int, 
    yTop : int
) : Object

Parameters

Return Value

Type: System.Object
The object. This method is deprecated.

Remarks

This method throws a DeprecatedException when called.

.NET Framework Security

See Also

Reference

CommandBarControl Interface

Microsoft.VisualStudio.CommandBars Namespace