ActiveReports.Viewer3 Request technical support
Owner Property
See Also 


Gets the owner of the accessible toolbar.

Syntax

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

See Also