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