다음을 통해 공유


ComponentTray.GetTrayLocation(IComponent) 메서드

정의

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입니다.

반환

Point

receiver의 위치를 나타내는 Point입니다.

특성

설명

Location extender 속성은 시각적이 아닌 모든 구성 요소에 제공됩니다. 반환된 값은 의 값을 고려합니다 AutoScrollPosition. 구성 요소 뷰가 없는 경우 receiver 반환된 값은 비어 Point있습니다.

적용 대상

추가 정보