Table of Contents

Method Direction

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Direction(AuiManagerDock)

Determines the direction of the docked pane.

IAuiPaneInfo Direction(AuiManagerDock direction)

Parameters

direction AuiManagerDock

New docked pane direction.

Returns

IAuiPaneInfo

Returns this pane info instance.

Remarks

It is functionally the same as calling Left(), Right(), Top() or Bottom(), except that docking direction may be specified programmatically via the parameter.