Click or drag to resize

StiComponentGetDockRegion Method (StiComponent, Boolean)

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,
	bool useColumns
)

Parameters

parent
Type: Stimulsoft.Report.ComponentsStiComponent
Container being measured.
useColumns
Type: SystemBoolean

[Missing <param name="useColumns"/> documentation for "M:Stimulsoft.Report.Components.StiComponent.GetDockRegion(Stimulsoft.Report.Components.StiComponent,System.Boolean)"]

Return Value

Type: RectangleD
An empty rectangle to which docking is possible.
See Also