Ribbon for WinForms | ComponentOne
C1.Win.Ribbon 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 Component _
    ) As Rectangle
    public Rectangle GetItemBounds( 
       Component item
    )

    Parameters

    item
    See Also