ComponentTray.SetTrayLocation(IComponent, Point) Метод

Определение

Задает значение свойства средства расширения 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, который получает свойство средства расширения места.

location
Point

Точка Point, представляющая место параметра receiver.

Комментарии

Свойство Location расширителя предлагается всем незрительным компонентам. Фактическое значение учитывает значение AutoScrollPosition.

Применяется к

См. также раздел