ComponentOne Ribbon for WinForms
GetItemBounds Method (C1Ribbon)

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > C1Ribbon Class : GetItemBounds Method
Returns the size and location of the given item, in pixels, relative to the parent C1Ribbon.
Syntax
'Declaration
 
Public Function GetItemBounds( _
   ByVal item As System.ComponentModel.Component _
) As System.Drawing.Rectangle
public System.Drawing.Rectangle GetItemBounds( 
   System.ComponentModel.Component item
)

Parameters

item
See Also

Reference

C1Ribbon Class
C1Ribbon Members