C1.Win.C1InputPanel.4.8 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanel Class / GetItemBounds Method / GetItemBounds(InputComponent) Method

In This Topic
GetItemBounds(InputComponent) Method
In This Topic
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 Rectangle
 

Parameters

inputComponent
See Also