Interface IHasEditor
Implements the object's editor.
Namespace: FastReport
Assembly: FastReport.dll
Syntax
public interface IHasEditor
Methods
InvokeEditor()
Invokes the object's editor.
Declaration
bool InvokeEditor()
Returns
Type | Description |
---|---|
System.Boolean | true if object was succesfully edited. |
Remarks
This method is called by FastReport when the object is doubleclicked in the designer.