Table of Contents

Method DockInParent

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DockInParent(DockStyle)

Aligns control in the parent using DockStyle alignment option.

public virtual RectD DockInParent(DockStyle value)

Parameters

value DockStyle

DockStyle value which specifies align option.

Returns

RectD

Remarks

This method changes Bounds so default layout must be disabled before using it. You can disable default layout using IgnoreLayout property of the control.