Click or drag to resize

StiComponentDesigner Class

Class describes base designer of components.
Inheritance Hierarchy

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

The StiComponentDesigner type exposes the following members.

Constructors
  NameDescription
Public methodStiComponentDesigner
Creates a new designer of the component.
Top
Properties
  NameDescription
Public propertyDesigner
Report designer.
Public propertyFirstRun
Top
Methods
  NameDescription
Public methodCreateComponent
Creates a component of the specified type.
Public methodDesign
Calls the designer of the component.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetActionFromPoint(Double, Double, StiComponent)
Public methodGetActionFromPoint(Double, Double, StiComponent, Boolean)
Returns StiAction for specified component from point.
Public methodStatic memberGetComponentDesigner(IStiDesignerBase, Type)
Returns a designer of the component.
Public methodStatic memberGetComponentDesigner(IStiDesignerBase, Type, StiGuiMode)
Returns a designer of the component.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnDoubleClick
Occurs when user DoubleClick on a the component in the designer.
Public methodPointInRect
Returns the action fits to the position of a point in the specified rectangle.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also