ActiveReports.Viewer3 Request technical support
Name Property
See Also 


Gets or sets the name of the accessible toolbar button.

Syntax

Visual Basic (Declaration) 
Overrides Public Property Name As String
Visual Basic (Usage)Copy Code
Dim instance As AccessibleToolbarButton
Dim value As String
 
instance.Name = value
 
value = instance.Name
C# 
public override string Name {get; set;}

See Also