Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.ToolStrips Namespace / C1EditorToolStripBase Class / GetItemAt Method / GetItemAt(Int32,Int32) Method

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

    Parameters

    x
    y
    See Also