[]
Returns the item located at the specified point in the client area of the C1StatusBar.
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 C1StatusBar client area.
public Component GetItemAt(int x, int y)
Type | Name | Description |
---|---|---|
int | x | |
int | y |
Type | Description |
---|---|
Component |