| Visual Basic (Declaration) | |
|---|---|
Public MustInherit Class Tool Inherits Component | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public abstract class Tool : Component | |
| C# | Copy Code |
|---|---|
Private void arv_Load(object sender,
System.EventArgs e) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub arv_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles arv.Load | |
The ButtonStyle property is now on the Button class only. If you need to iterate through tools and change the ButtonStyle, you must cast the tool to Button and check for null before attempting to change the ButtonStyle
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
DataDynamics.ActiveReports.Toolbar.Tool
DataDynamics.ActiveReports.Toolbar.Button
DataDynamics.ActiveReports.Toolbar.PlaceHolder
DataDynamics.ActiveReports.Toolbar.Separator