Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / ItemTooltipShowingEventArgs Class / Bounds Property

In This Topic
    Bounds Property (ItemTooltipShowingEventArgs)
    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