Search Results for

    Show / Hide Table of Contents

    Class Toolbar

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    System.Windows.Forms.Control
    Toolbar
    ChartToolbar
    CubeGridToolbar
    SliceGridToolbar
    Implements
    IDrawerOwner
    Namespace: FastReport.Olap.Controls
    Assembly: FastReport.Olap.dll
    Syntax
    public class Toolbar : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize, IDrawerOwner

    Constructors

    Toolbar()

    Declaration
    public Toolbar()

    Properties

    Drawer

    Declaration
    public Drawer Drawer { get; }
    Property Value
    Type Description
    Drawer

    ToolItems

    Declaration
    public virtual List<MetaItem> ToolItems { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<MetaItem>

    UIStyle

    Declaration
    public UIStyle UIStyle { get; set; }
    Property Value
    Type Description
    UIStyle

    Methods

    BeginInit()

    Declaration
    public void BeginInit()

    DoGetMetaItems(List<MetaItem>)

    Declaration
    protected List<MetaItem> DoGetMetaItems(List<MetaItem> items)
    Parameters
    Type Name Description
    System.Collections.Generic.List<MetaItem> items
    Returns
    Type Description
    System.Collections.Generic.List<MetaItem>

    EndInit()

    Declaration
    public void EndInit()

    UpdateState()

    Declaration
    protected void UpdateState()

    UpdateUIStyle()

    Declaration
    protected void UpdateUIStyle()

    Events

    OnGetMetaItems

    Declaration
    public event ToolbarMetaGetItemsEventHandler OnGetMetaItems
    Event Type
    Type Description
    ToolbarMetaGetItemsEventHandler

    OnGetMetaVisible

    Declaration
    public event ToolbarMetaVisibleEventHandler OnGetMetaVisible
    Event Type
    Type Description
    ToolbarMetaVisibleEventHandler

    OnMetaClick

    Declaration
    public event ToolbarMetaClickEventHandler OnMetaClick
    Event Type
    Type Description
    ToolbarMetaClickEventHandler

    Implements

    IDrawerOwner
    Back to top © 1998-2024 Copyright Fast Reports Inc.