ToolStrip.SetItemLocation(ToolStripItem, Point) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ToolStripItem を ToolStrip 上の特定の位置に固定します。
protected public:
void SetItemLocation(System::Windows::Forms::ToolStripItem ^ item, System::Drawing::Point location);
protected internal void SetItemLocation (System.Windows.Forms.ToolStripItem item, System.Drawing.Point location);
member this.SetItemLocation : System.Windows.Forms.ToolStripItem * System.Drawing.Point -> unit
Protected Friend Sub SetItemLocation (item As ToolStripItem, location As Point)
パラメーター
- item
- ToolStripItem
固定する ToolStripItem。
- location
- Point
ToolStripItem 位置の x および y クライアント座標をピクセル単位で表すPoint 。
例外
item
パラメーターの値が null
です。
現在の ToolStrip が、item
パラメーターで参照される ToolStripItem の所有者ではありません。