Class MeasurePopup
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.Form
MeasurePopup
Inherited Members
Namespace: FastReport.Olap.Controls
Assembly: FastReport.Olap.dll
Syntax
public class MeasurePopup : CustomFilterPopup, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
MeasurePopup(Form)
Declaration
public MeasurePopup(Form ownerForm)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Form | ownerForm |
Properties
MeasuresContainer
Declaration
public MeasuresContainer MeasuresContainer { get; set; }
Property Value
Type | Description |
---|---|
MeasuresContainer |
Methods
CreateContextMenu()
Declaration
protected override ContextMenuStrip CreateContextMenu()
Returns
Type | Description |
---|---|
System.Windows.Forms.ContextMenuStrip |
Overrides
PrepareContextMenuFor(ContextMenuStrip, Object)
Declaration
protected override void PrepareContextMenuFor(ContextMenuStrip menu, object Node)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.ContextMenuStrip | menu | |
System.Object | Node |