ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / TooltipShowingEventArgs Class / Bounds Property

In This Topic
    Bounds Property
    In This Topic
    Gets the highlighted drop-down list item bounds (size and location) within it`s parent element, in pixels.
    Syntax
    'Declaration
     
    Public ReadOnly Property Bounds As Rectangle
    public Rectangle Bounds {get;}
    See Also