ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ToolbarItem Class
Members

In This Topic
    ToolbarItem Class
    In This Topic
    Represents a toolbar item in a viewer's toolbar.
    Object Model
    ToolbarItem Class
    Syntax
    'Declaration
     
    Public Class ToolbarItem 
    public class ToolbarItem 
    Remarks
    The ToolbarItem class allows you to define and control individual items within a viewer's toolbar. Each toolbar item can have its own unique identifier, state, display text, icon, and actions.
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.Blazor.Viewer.ToolbarItem

    See Also