ComponentTray.SetTrayLocation(IComponent, Point) 메서드

정의

extender 속성의 Location 값을 설정합니다.

public:
 void SetTrayLocation(System::ComponentModel::IComponent ^ receiver, System::Drawing::Point location);
public void SetTrayLocation(System.ComponentModel.IComponent receiver, System.Drawing.Point location);
member this.SetTrayLocation : System.ComponentModel.IComponent * System.Drawing.Point -> unit
Public Sub SetTrayLocation (receiver As IComponent, location As Point)

매개 변수

receiver
IComponent

IComponent 위치 extender 속성을 수신하는 속성입니다.

location
Point

의 위치를 receiver나타내는 APoint.

설명

Location extender 속성은 시각적이 아닌 모든 구성 요소에 제공됩니다. 실제 값은 .의 값을 고려합니다 AutoScrollPosition.

적용 대상

추가 정보