ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / C1Ribbon Class / GetItemBounds Method

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