Table of Contents

Method Split

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Split(int, GenericDirection)

Performs a split operation programmatically.

public void Split(int page, GenericDirection direction)

Parameters

page int

Indicates the page that will be split off. This page will also become the active page after the split.

direction GenericDirection

Specifies where the pane should go, it should be one of the following: Top, Bottom, Left, or Right.

Exceptions

ArgumentException

direction is incorrect.