ActiveReports.Viewer3 Request technical support
Bounds Property
See Also 


Returns the rectangle which represents the boundary of the accessible toolbar button.

Syntax

Visual Basic (Declaration) 
Overrides Public ReadOnly Property Bounds As Rectangle
Visual Basic (Usage)Copy Code
Dim instance As AccessibleToolbarButton
Dim value As Rectangle
 
value = instance.Bounds
C# 
public override Rectangle Bounds {get;}

See Also