Click or drag to resize

StiComponentDesignerGetComponentDesigner Method (IStiDesignerBase, Type, StiGuiMode)

Returns a designer of the component.

Namespace:  Stimulsoft.Report.Components.Design
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static StiComponentDesigner GetComponentDesigner(
	IStiDesignerBase designer,
	Type componentType,
	StiGuiMode guiMode
)

Parameters

designer
Type: Stimulsoft.Report.DesignIStiDesignerBase
Report designer.
componentType
Type: SystemType
Component type.
guiMode
Type: Stimulsoft.BaseStiGuiMode

[Missing <param name="guiMode"/> documentation for "M:Stimulsoft.Report.Components.Design.StiComponentDesigner.GetComponentDesigner(Stimulsoft.Report.Design.IStiDesignerBase,System.Type,Stimulsoft.Base.StiGuiMode)"]

Return Value

Type: StiComponentDesigner
Component designer.
See Also