ActiveReports.Viewer3 Request technical support
Bounds Property
See Also 


Returns the rectangle which represents the boundaries of the accessible toolbar.

Syntax

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

See Also