GetItemAt Method
GetItemAt(Point)
Returns the item located at the specified point in the client area of the C1Ribbon.
Declaration
public Component GetItemAt(Point point)
Public Function GetItemAt(point As Point) As Component
Parameters
| Type |
Name |
Description |
| Point |
point |
|
Returns
GetItemAt(int, int)
Returns the item located at the specified x- and y-coordinates of the C1Ribbon 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