Table of Contents

Enum AuiManagerDock

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Specifies IAuiPaneInfo pane dock position.

public enum AuiManagerDock

Fields

Bottom = 3

Sets the pane dock position to the bottom of the frame.

Center = 5

Sets the pane dock position to the center of the frame.

Left = 4

Sets the pane dock position to the left of the frame.

None = 0

Clears the pane dock position.

Right = 2

Sets the pane dock position to the right of the frame.

Top = 1

Sets the pane dock position to the top of the frame.