Class MatrixCollapseButton
Represents the matrix button used to toggle expand/collapse state of matrix headers.
Implements
Inherited Members
FastReport.ReportComponentBase.Left
FastReport.ReportComponentBase.Top
FastReport.ReportComponentBase.Width
FastReport.ReportComponentBase.Height
FastReport.ReportComponentBase.AssignFormat(FastReport.ReportComponentBase)
FastReport.ReportComponentBase.HandleMouseDown(FastReport.Utils.FRMouseEventArgs)
FastReport.ReportComponentBase.CheckParent(System.Boolean)
FastReport.ReportComponentBase.DrawMarkers(FastReport.Utils.FRPaintEventArgs)
FastReport.ReportComponentBase.DrawMarkers(FastReport.Utils.FRPaintEventArgs, FastReport.MarkerStyle)
FastReport.ReportComponentBase.DrawIntersection(FastReport.Utils.FRPaintEventArgs)
FastReport.ReportComponentBase.DrawCrossHair(FastReport.Utils.FRPaintEventArgs, System.Single, System.Single)
FastReport.ReportComponentBase.GetContextMenu()
FastReport.ReportComponentBase.GetPreferredSize()
FastReport.ReportComponentBase.OnAfterInsert(FastReport.InsertFrom)
FastReport.ReportComponentBase.MouseMove
FastReport.ReportComponentBase.MouseUp
FastReport.ReportComponentBase.MouseDown
FastReport.ReportComponentBase.MouseEnter
FastReport.ReportComponentBase.MouseLeave
FastReport.ReportComponentBase.AssignPreviewEvents(FastReport.Base)
FastReport.ReportComponentBase.OnMouseMove(System.Windows.Forms.MouseEventArgs)
FastReport.ReportComponentBase.OnMouseDown(System.Windows.Forms.MouseEventArgs)
FastReport.ReportComponentBase.OnMouseEnter(System.EventArgs)
FastReport.ReportComponentBase.OnMouseLeave(System.EventArgs)
FastReport.ReportComponentBase.OnMouseWheel(System.Windows.Forms.MouseEventArgs)
FastReport.ComponentBase.CheckNegativeSize(FastReport.Utils.FRMouseEventArgs)
FastReport.ComponentBase.DrawDragAcceptFrame(FastReport.Utils.FRPaintEventArgs, System.Drawing.Color)
FastReport.ComponentBase.DrawSelection(FastReport.Utils.FRPaintEventArgs)
FastReport.ComponentBase.GetSmartTag()
FastReport.ComponentBase.HandleDoubleClick()
FastReport.ComponentBase.HandleDragDrop(FastReport.Utils.FRMouseEventArgs)
FastReport.ComponentBase.HandleDragOver(FastReport.Utils.FRMouseEventArgs)
FastReport.ComponentBase.HandleKeyDown(System.Windows.Forms.Control, System.Windows.Forms.KeyEventArgs)
FastReport.ComponentBase.HandleMouseHover(FastReport.Utils.FRMouseEventArgs)
FastReport.ComponentBase.HandleMouseMove(FastReport.Utils.FRMouseEventArgs)
FastReport.ComponentBase.HandleMouseUp(FastReport.Utils.FRMouseEventArgs)
FastReport.ComponentBase.HandleMouseWheel(FastReport.Utils.FRMouseEventArgs)
FastReport.ComponentBase.PointInObject(System.Drawing.PointF)
FastReport.ComponentBase.DrawSelectionPoint(FastReport.Utils.FRPaintEventArgs, System.Drawing.Pen, System.Drawing.Brush, System.Single, System.Single)
FastReport.ComponentBase.GetSelectionPoints()
FastReport.ComponentBase.PointInSelectionPoint(System.Single, System.Single, System.Drawing.PointF)
FastReport.Base.IsSelected
FastReport.Base.IsParentSelected
FastReport.Base.Delete()
FastReport.Base.OnBeforeInsert(System.Int32)
FastReport.Base.SelectionChanged()
FastReport.Base.GetImageIndex()
Namespace: FastReport.AdvMatrix
Assembly: FastReport.dll
Syntax
public class MatrixCollapseButton : MatrixButton, IDisposable, IFRSerializable
Constructors
MatrixCollapseButton()
Initializes a new instance of the MatrixCollapseButton class.
Declaration
public MatrixCollapseButton()
Properties
Collapsed
Determines whether this button has a collapsed state. For internal use only.
Declaration
[Browsable(false)]
public bool Collapsed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Exclusive
Determines if only one button in the group can be expanded.
Declaration
public bool Exclusive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowCollapseExpandMenu
Determines whether to show collapse/expand menu on right click.
Declaration
public bool ShowCollapseExpandMenu { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Symbol
Determines the symbol used to display the button's state.
Declaration
public CollapseSymbol Symbol { get; set; }
Property Value
Type | Description |
---|---|
CollapseSymbol |
Methods
Assign(Base)
Declaration
public override void Assign(Base source)
Parameters
Type | Name | Description |
---|---|---|
Base | source |
Overrides
Draw(FRPaintEventArgs)
Declaration
public override void Draw(FRPaintEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
FRPaintEventArgs | e |
Overrides
GetPreviewContextMenu()
Gets the object's context menu when right-clicked in the preview window.
Declaration
public override ContextMenuStrip GetPreviewContextMenu()
Returns
Type | Description |
---|---|
System.Windows.Forms.ContextMenuStrip | Null reference if object does not have a menu. |
Overrides
FastReport.ReportComponentBase.GetPreviewContextMenu()
MatrixCollapseButtonClick()
For internal use only,return action click for Advanced Matrix collapse button
Declaration
public void MatrixCollapseButtonClick()
OnMouseUp(MouseEventArgs)
This method fires the MouseUp event and the script code connected to the MouseUpEvent.
Declaration
public override void OnMouseUp(MouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.MouseEventArgs | e | Event data. |
Overrides
FastReport.ReportComponentBase.OnMouseUp(System.Windows.Forms.MouseEventArgs)
Serialize(FRWriter)
Declaration
public override void Serialize(FRWriter writer)
Parameters
Type | Name | Description |
---|---|---|
FRWriter | writer |