Sdílet prostřednictvím


ComponentTray.GetTrayLocation(IComponent) Metoda

Definice

Získá hodnotu Location rozšiřující vlastnosti.

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

Parametry

receiver
IComponent

Tím IComponent se zobrazí vlastnost extenderu umístění.

Návraty

Point

A Point představující umístění receiver.

Atributy

Poznámky

Vlastnost Location extenderu je nabízena všem ne vizuálním komponentám. Vrácená hodnota bere v úvahu hodnotu AutoScrollPosition. Pokud receiver zobrazení komponenty nemá, vrácená hodnota je prázdná Point.

Platí pro

Viz také