ToolStrip.GetItemAt 메서드

정의

지정된 위치에 있는 항목을 반환합니다.

오버로드

Name Description
GetItemAt(Int32, Int32)

클라이언트 영역의 지정된 x 및 y 좌표에 ToolStrip 있는 항목을 반환합니다.

GetItemAt(Point)

클라이언트 영역 ToolStrip의 지정된 지점에 있는 항목을 반환합니다.

GetItemAt(Int32, Int32)

Source:
ToolStrip.cs
Source:
ToolStrip.cs
Source:
ToolStrip.cs
Source:
ToolStrip.cs
Source:
ToolStrip.cs

클라이언트 영역의 지정된 x 및 y 좌표에 ToolStrip 있는 항목을 반환합니다.

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

매개 변수

x
Int32

클라이언트 영역의 왼쪽 가장자리에서 가로 좌표(픽셀)입니다.

y
Int32

클라이언트 영역의 위쪽 가장자리에서 세로 좌표(픽셀)입니다.

반품

ToolStripItem 지정된 위치에 위치하거나 null 찾을 수 없는 경우 ToolStripItem

적용 대상

GetItemAt(Point)

Source:
ToolStrip.cs
Source:
ToolStrip.cs
Source:
ToolStrip.cs
Source:
ToolStrip.cs
Source:
ToolStrip.cs

클라이언트 영역 ToolStrip의 지정된 지점에 있는 항목을 반환합니다.

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

매개 변수

point
Point

Point 를 검색할 대상입니다ToolStripItem.

반품

ToolStripItem 지정된 위치에 있거나 null 찾을 수 없는 경우 ToolStripItem 입니다.

추가 정보

적용 대상