ComponentTray.SetTrayLocation(IComponent, Point) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 エクステンダー プロパティは、ビジュアル以外のすべてのコンポーネントに提供されます。 実際の値では、 AutoScrollPositionの値が考慮されます。