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

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

    Property Value

    A System.Drawing.Rectangle that represents the bounds of the accessible object.
    Exceptions
    ExceptionDescription
    The bounds of control cannot be retrieved.
    See Also