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
)
Public Shared Function GetComponentDesigner (
designer As IStiDesignerBase,
componentType As Type,
guiMode As StiGuiMode
) As StiComponentDesigner
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:
StiComponentDesignerComponent designer.
See Also