StiComponentGetDockRegion Method (StiComponent) |
Retuns an empty rectangle to which docking is possible.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public virtual RectangleD GetDockRegion(
StiComponent parent
)
Public Overridable Function GetDockRegion (
parent As StiComponent
) As RectangleD
Parameters
- parent
- Type: Stimulsoft.Report.ComponentsStiComponent
Container being measured.
Return Value
Type:
RectangleDAn empty rectangle to which docking is possible.
See Also