Click or drag to resize

StiQuickButtonOnClick Method

[Missing <summary> documentation for "M:Stimulsoft.Report.QuickButtons.StiQuickButton.OnClick(System.Windows.Forms.Control,System.Drawing.Point,Stimulsoft.Report.Components.StiComponent,Stimulsoft.Report.Design.IStiDesignerBase)"]

Namespace:  Stimulsoft.Report.QuickButtons
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public abstract void OnClick(
	Control control,
	Point pos,
	StiComponent component,
	IStiDesignerBase designer
)

Parameters

control
Type: System.Windows.FormsControl

[Missing <param name="control"/> documentation for "M:Stimulsoft.Report.QuickButtons.StiQuickButton.OnClick(System.Windows.Forms.Control,System.Drawing.Point,Stimulsoft.Report.Components.StiComponent,Stimulsoft.Report.Design.IStiDesignerBase)"]

pos
Type: System.DrawingPoint

[Missing <param name="pos"/> documentation for "M:Stimulsoft.Report.QuickButtons.StiQuickButton.OnClick(System.Windows.Forms.Control,System.Drawing.Point,Stimulsoft.Report.Components.StiComponent,Stimulsoft.Report.Design.IStiDesignerBase)"]

component
Type: Stimulsoft.Report.ComponentsStiComponent

[Missing <param name="component"/> documentation for "M:Stimulsoft.Report.QuickButtons.StiQuickButton.OnClick(System.Windows.Forms.Control,System.Drawing.Point,Stimulsoft.Report.Components.StiComponent,Stimulsoft.Report.Design.IStiDesignerBase)"]

designer
Type: Stimulsoft.Report.DesignIStiDesignerBase

[Missing <param name="designer"/> documentation for "M:Stimulsoft.Report.QuickButtons.StiQuickButton.OnClick(System.Windows.Forms.Control,System.Drawing.Point,Stimulsoft.Report.Components.StiComponent,Stimulsoft.Report.Design.IStiDesignerBase)"]

See Also