GetItemAt(Int32,Int32) Method
In This Topic
Syntax
'Declaration
Public Overloads Function GetItemAt( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Windows.Forms.ToolStripItem
public System.Windows.Forms.ToolStripItem GetItemAt(
System.int ,
System.int
)
Parameters
- x
- y
See Also