[]
Returns the item located at the specified point in the client area of the C1Ribbon.
public Component GetItemAt(Point point)
| Type | Name | Description |
|---|---|---|
| Point | point |
| Type | Description |
|---|---|
| Component |
Returns the item located at the specified x- and y-coordinates of the C1Ribbon client area.
public Component GetItemAt(int x, int y)
| Type | Name | Description |
|---|---|---|
| int | x | |
| int | y |
| Type | Description |
|---|---|
| Component |