CommandBarComboBoxClass.accLocation Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable 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 _
)
'Usage
Dim instance As CommandBarComboBoxClass
Dim pxLeft As Integer
Dim pyTop As Integer
Dim pcxWidth As Integer
Dim pcyHeight As Integer
Dim varChild As Object
instance.accLocation(pxLeft, pyTop, pcxWidth, _
pcyHeight, varChild)
public virtual void accLocation(
out int pxLeft,
out int pyTop,
out int pcxWidth,
out int pcyHeight,
Object varChild
)
Parameters
- pxLeft
Type: System.Int32
- pyTop
Type: System.Int32
- pcxWidth
Type: System.Int32
- pcyHeight
Type: System.Int32
- varChild
Type: System.Object
Implements
_CommandBarComboBox.accLocation(Int32, Int32, Int32, Int32, Object)