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
)
Public Overridable Function GetDockRegion (
parent As StiComponent,
useColumns As Boolean
) As RectangleD
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:
RectangleDAn empty rectangle to which docking is possible.
See Also