Class Toolbar
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
Toolbar
Assembly: FastReport.Olap.dll
public class Toolbar : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize, IDrawerOwner
Constructors
Declaration
Properties
Declaration
public Drawer Drawer { get; }
Property Value
Declaration
public virtual List<MetaItem> ToolItems { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<MetaItem> |
|
Declaration
public UIStyle UIStyle { get; set; }
Property Value
Methods
Declaration
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> |
|
Declaration
Declaration
protected void UpdateState()
Declaration
protected void UpdateUIStyle()
Events
Declaration
public event ToolbarMetaGetItemsEventHandler OnGetMetaItems
Event Type
Declaration
public event ToolbarMetaVisibleEventHandler OnGetMetaVisible
Event Type
Declaration
public event ToolbarMetaClickEventHandler OnMetaClick
Event Type
Implements