Method Split
Split(int, GenericDirection)
Performs a split operation programmatically.
public void Split(int page, GenericDirection direction)
Parameters
page
intIndicates the page that will be split off. This page will also become the active page after the split.
direction
GenericDirectionSpecifies where the pane should go, it should be one of the following: Top, Bottom, Left, or Right.
Exceptions
- ArgumentException
direction
is incorrect.