Class SliceCaptionZone
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
SliceCaptionZone
Inherited Members
Namespace: FastReport.Olap.Controls
Assembly: FastReport.Olap.dll
Syntax
public class SliceCaptionZone : CustomZone, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Constructors
SliceCaptionZone(CustomGrid)
Declaration
public SliceCaptionZone(CustomGrid Grid)
Parameters
Type | Name | Description |
---|---|---|
CustomGrid | Grid |
Methods
OnPaint(PaintEventArgs)
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.PaintEventArgs | e |
Overrides
System.Windows.Forms.Control.OnPaint(System.Windows.Forms.PaintEventArgs)