[]
        
(Showing Draft Content)

C1.Win.Ribbon.C1StatusBar.GetItemAt

GetItemAt Method

GetItemAt(Point)

Returns the item located at the specified point in the client area of the C1StatusBar.

Declaration
public Component GetItemAt(Point point)
Parameters
Type Name Description
Point point
Returns
Type Description
Component

GetItemAt(int, int)

Returns the item located at the specified x- and y-coordinates of the C1StatusBar client area.

Declaration
public Component GetItemAt(int x, int y)
Parameters
Type Name Description
int x
int y
Returns
Type Description
Component