ComponentOne InputPanel for WinForms
GetItemBounds(InputComponent) Method

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace > C1InputPanel Class > GetItemBounds Method : GetItemBounds(InputComponent) Method
Returns the size and location of the given InputComponent in pixels relative to the parent C1InputPanel control.
Syntax
'Declaration
 
Public Overloads Function GetItemBounds( _
   ByVal inputComponent As InputComponent _
) As System.Drawing.Rectangle
public System.Drawing.Rectangle GetItemBounds( 
   InputComponent inputComponent
)

Parameters

inputComponent
See Also

Reference

C1InputPanel Class
C1InputPanel Members
Overload List