[]
        
(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)
Public Function GetItemAt(point As Point) As Component
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)
Public Function GetItemAt(x As Integer, y As Integer) As Component
Parameters
Type Name Description
int x
int y
Returns
Type Description
Component