GetItemAt(Int32,Int32) Method
In This Topic
Returns the item located at the specified x- and y-coordinates of the C1Ribbon client area.
Syntax
'Declaration
Public Overloads Function GetItemAt( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.ComponentModel.Component
public System.ComponentModel.Component GetItemAt(
System.int ,
System.int
)
Parameters
- x
- y
See Also