CommandBarComboBoxClass.accLocation Yöntem

Tanım

Denetimin konumunu alır. Bu yöntem kullanım dışıdır.

 virtual void accLocation([Runtime::InteropServices::Out] int & pxLeft, [Runtime::InteropServices::Out] int & pyTop, [Runtime::InteropServices::Out] int & pcxWidth, [Runtime::InteropServices::Out] int & pcyHeight, winrt::Windows::Foundation::IInspectable const & varChild);
[System.Runtime.InteropServices.DispId(-5015)]
[System.Runtime.InteropServices.TypeLibFunc(64)]
public virtual void accLocation (out int pxLeft, out int pyTop, out int pcxWidth, out int pcyHeight, object varChild);
[<System.Runtime.InteropServices.DispId(-5015)>]
[<System.Runtime.InteropServices.TypeLibFunc(64)>]
abstract member accLocation : int * int * int * int * obj -> unit
override this.accLocation : int * int * int * int * obj -> unit
Public Overridable Sub accLocation (ByRef pxLeft As Integer, ByRef pyTop As Integer, ByRef pcxWidth As Integer, ByRef pcyHeight As Integer, Optional varChild As Object)

Parametreler

pxLeft
Int32

dışı Sol taraftaki x koordinatı.

pyTop
Int32

dışı En üstteki y koordinatı.

pcxWidth
Int32

dışı Genişlik.

pcyHeight
Int32

dışı Yükseklik.

varChild
Object

Alt.

Uygulamalar

Öznitelikler

Açıklamalar

Bu yöntem çağrıldığında kullanımdan kaldırıldı olarak kaldırıldı.

Şunlara uygulanır