ToolStrip.GetItemAt Yöntem

Tanım

Belirtilen konumda bulunan öğeyi döndürür.

Aşırı Yüklemeler

GetItemAt(Int32, Int32)

İstemci alanının belirtilen x ve y koordinatlarında bulunan öğeyi ToolStrip döndürür.

GetItemAt(Point)

öğesinin istemci alanında belirtilen noktada bulunan öğeyi ToolStripdöndürür.

GetItemAt(Int32, Int32)

İstemci alanının belirtilen x ve y koordinatlarında bulunan öğeyi ToolStrip döndürür.

public:
 System::Windows::Forms::ToolStripItem ^ GetItemAt(int x, int y);
public System.Windows.Forms.ToolStripItem GetItemAt (int x, int y);
public System.Windows.Forms.ToolStripItem? GetItemAt (int x, int y);
member this.GetItemAt : int * int -> System.Windows.Forms.ToolStripItem
Public Function GetItemAt (x As Integer, y As Integer) As ToolStripItem

Parametreler

x
Int32

İstemci alanının sol kenarından piksel cinsinden yatay koordinat.

y
Int32

İstemci alanının üst kenarından piksel cinsinden dikey koordinat.

Döndürülenler

ToolStripItem Belirtilen konumda bulunan veya null bulunamazsaToolStripItem.

Şunlara uygulanır

GetItemAt(Point)

öğesinin istemci alanında belirtilen noktada bulunan öğeyi ToolStripdöndürür.

public:
 System::Windows::Forms::ToolStripItem ^ GetItemAt(System::Drawing::Point point);
public System.Windows.Forms.ToolStripItem GetItemAt (System.Drawing.Point point);
public System.Windows.Forms.ToolStripItem? GetItemAt (System.Drawing.Point point);
member this.GetItemAt : System.Drawing.Point -> System.Windows.Forms.ToolStripItem
Public Function GetItemAt (point As Point) As ToolStripItem

Parametreler

point
Point

öğesinin Point arandığı yer ToolStripItem.

Döndürülenler

ToolStripItem belirtilen konumda veya null bulunamazsaToolStripItem.

Ayrıca bkz.

Şunlara uygulanır