ComponentOne InputPanel for WinForms
GetItemAt Method

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace > C1InputPanel Class : GetItemAt Method
Returns the InputComponent that is located at specified client point of the C1InputPanel.
Syntax
'Declaration
 
Public Function GetItemAt( _
   ByVal point As System.Drawing.Point _
) As InputComponent
public InputComponent GetItemAt( 
   System.Drawing.Point point
)

Parameters

point
See Also

Reference

C1InputPanel Class
C1InputPanel Members