InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework.Accessibility Namespace / DropDownAccessibleObject Class / Bounds Property

In This Topic
    Bounds Property (DropDownAccessibleObject)
    In This Topic
    Gets the location and size of the accessible object.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property Bounds As Rectangle
    public virtual Rectangle Bounds {get;}

    Property Value

    A System.Drawing.Rectangle that represents the bounds of the accessible object.
    See Also