Represents a tool on a toolbar.
For a list of all members of this type, see Tool members.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
DataDynamics.ActiveReports.Toolbar.Tool
DataDynamics.ActiveReports.Toolbar.Separator
DataDynamics.ActiveReports.Toolbar.PlaceHolder
DataDynamics.ActiveReports.Toolbar.Button
[Visual Basic]
Public MustInherit Class Tool
Inherits Component
[C#]
public abstract class Tool : Component
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
[C#]
Private void arv_Load(object sender, System.EventArgs e) |
[Visual Basic]
Private Sub arv_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles arv.Load |
Tool Members | DataDynamics.ActiveReports.Toolbar Namespace
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.