Click or drag to resize

IStiComponentDesigner Interface

Interface describes a component designer.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public interface IStiComponentDesigner

The IStiComponentDesigner type exposes the following members.

Properties
  NameDescription
Public propertyDesigner
Report designer.
Top
Methods
  NameDescription
Public methodCreateComponent
Creates a component of the specified type.
Public methodDesign
Calls the designer of the component.
Public methodGetActionFromPoint
Returns StiAction for specified component from point.
Public methodOnDoubleClick
Occurs when user DoubleClick on a the component in the designer.
Top
See Also