ComponentOne Ribbon for WinForms
GetItemAt(Int32,Int32) Method

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > C1Ribbon Class > GetItemAt Method : GetItemAt(Int32,Int32) Method
Returns the item located at the specified x- and y-coordinates of the C1Ribbon client area.
Syntax
'Declaration
 
Public Overloads Function GetItemAt( _
   ByVal x As System.Integer, _
   ByVal y As System.Integer _
) As System.ComponentModel.Component
public System.ComponentModel.Component GetItemAt( 
   System.int x,
   System.int y
)

Parameters

x
y
See Also

Reference

C1Ribbon Class
C1Ribbon Members
Overload List