ComponentTray.GetTrayLocation(IComponent) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
extender 속성의 Location 값을 가져옵니다.
public:
System::Drawing::Point GetTrayLocation(System::ComponentModel::IComponent ^ receiver);
[System.ComponentModel.Browsable(false)]
public System.Drawing.Point GetTrayLocation(System.ComponentModel.IComponent receiver);
[<System.ComponentModel.Browsable(false)>]
member this.GetTrayLocation : System.ComponentModel.IComponent -> System.Drawing.Point
Public Function GetTrayLocation (receiver As IComponent) As Point
매개 변수
- receiver
- IComponent
IComponent 위치 extender 속성을 수신하는 속성입니다.
반품
의 위치를 receiver나타내는 APoint.
- 특성
설명
Location extender 속성은 시각적이 아닌 모든 구성 요소에 제공됩니다. 반환된 값은 .의 값을 고려합니다 AutoScrollPosition. 구성 요소 뷰가 없는 경우 receiver 반환된 값은 비어 Point있습니다.