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

In This Topic
    GetItemAt(Point) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetItemAt( _
       ByVal point As System.Drawing.Point _
    ) As System.Windows.Forms.ToolStripItem
    public System.Windows.Forms.ToolStripItem GetItemAt( 
       System.Drawing.Point point
    )

    Parameters

    point
    See Also