Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1StatusBar Class / GetItemAt Method / GetItemAt(Point) Method

In This Topic
    GetItemAt(Point) Method
    In This Topic
    Returns the item located at the specified point in the client area of the C1StatusBar.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetItemAt( _
       ByVal point As Point _
    ) As Component
    public Component GetItemAt( 
       Point point
    )

    Parameters

    point
    See Also