Share via


_CommandBarActiveX.accLocation Method

This method is deprecated.

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

Syntax

'Declaration
Sub accLocation ( _
    <OutAttribute> ByRef pxLeft As Integer, _
    <OutAttribute> ByRef pyTop As Integer, _
    <OutAttribute> ByRef pcxWidth As Integer, _
    <OutAttribute> ByRef pcyHeight As Integer, _
    varChild As Object _
)
void accLocation(
    out int pxLeft,
    out int pyTop,
    out int pcxWidth,
    out int pcyHeight,
    Object varChild
)
void accLocation(
    [OutAttribute] int% pxLeft, 
    [OutAttribute] int% pyTop, 
    [OutAttribute] int% pcxWidth, 
    [OutAttribute] int% pcyHeight, 
    [InAttribute] Object^ varChild
)
abstract accLocation : 
        pxLeft:int byref * 
        pyTop:int byref * 
        pcxWidth:int byref * 
        pcyHeight:int byref * 
        varChild:Object -> unit
function accLocation(
    pxLeft : int, 
    pyTop : int, 
    pcxWidth : int, 
    pcyHeight : int, 
    varChild : Object
)

Parameters

.NET Framework Security

See Also

Reference

_CommandBarActiveX Interface

Microsoft.VisualStudio.CommandBars Namespace