ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / C1Ribbon Class / GetItemAt Method / GetItemAt(Int32,Int32) Method

In This Topic
    GetItemAt(Int32,Int32) Method
    In This Topic
    Returns the item located at the specified x- and y-coordinates of the C1Ribbon client area.
    Syntax
    'Declaration
     
    Public Overloads Function GetItemAt( _
       ByVal x As System.Integer, _
       ByVal y As System.Integer _
    ) As System.ComponentModel.Component
    public System.ComponentModel.Component GetItemAt( 
       System.int x,
       System.int y
    )

    Parameters

    x
    y
    See Also